[SOLVED] Disk stuck at the other node after migrate

TechHome

Well-Known Member
Apr 12, 2020
40
1
48
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?
 
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.
 
  • Like
Reactions: TechHome