[SOLVED] Migration interupted

garnesz

New Member
Sep 4, 2025
2
0
1
Hi,

I had a migration get interrupted of a vm between 2 nodes.
Local storage(i realize this is bad) on 2 different nodes.

from what I understand, the vm config is on node b, the disks are still on Node a

Is there a way to move the disks to Node b OR a way to move the VM to Node a?

thanks!
 
from what I understand, the vm config is on node b, the disks are still on Node a
Are you sure the config is on node B? Is there no VM in question in Node-A: qm list ?
If the config is trully on node-B - copy it from /etc/pve/qemu-server/vmid.conf to node-A.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
  • Like
Reactions: garnesz
Are you sure the config is on node B? Is there no VM in question in Node-A: qm list ?
If the config is trully on node-B - copy it from /etc/pve/qemu-server/vmid.conf to node-A.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
bbgeek17 you are awesome. I was having a hard time finding the location of the conf files. that did the trick and solve my issues.

thank you so much.