T TechHome Well-Known Member Apr 12, 2020 40 1 48 May 22, 2020 #1 The disk of two lxc stucks on the from migrate node. The Storage one Node on both nodes are called lvmthin and the disk image is called vm-102-disk-0. How can I transfer the disk to another node?
The disk of two lxc stucks on the from migrate node. The Storage one Node on both nodes are called lvmthin and the disk image is called vm-102-disk-0. How can I transfer the disk to another node?
fiona Proxmox Staff Member Staff member Aug 1, 2019 6,546 1,961 248 May 26, 2020 #2 Hi, the following command copies the image from one node to the other: Code: pvesm export lvmthin:vm-102-disk-0 raw+size - | ssh root@<IP of second node> pvesm import lvmthin:vm-102-disk-0 raw+size - After making sure everything works again, you can delete the image on the old node with lvremove. Reactions: TechHome
Hi, the following command copies the image from one node to the other: Code: pvesm export lvmthin:vm-102-disk-0 raw+size - | ssh root@<IP of second node> pvesm import lvmthin:vm-102-disk-0 raw+size - After making sure everything works again, you can delete the image on the old node with lvremove.