HA Migrate Failed

walterm

New Member
May 10, 2021
2
0
1
35
Hi everyone,
I'm newbie. I have an environment with 3 nodes and an HA. I have 2 VM (100 and 101) on node1. The VM100 has the hard drive shared so no problem. The other one unfortunatelly doesn't have the shared disk but have only a local drive. Now. Yestarday node1 gone down so proxmox started the migration.Now I managed to go back the VM100 normally, but I have VM101 (with its local drive on node1) on node3.

The local disk is not present on node3, but only in node1 and when I try to migrate to node1 I get this error:

found local disk 'local-lvm:vm-101-disk-0' (in current VM config) 2021-05-10 09:48:24 copying local disk images 2021-05-10 09:48:24 blockdev: cannot open /dev/pve/vm-101-disk-0: No such file or directory 2021-05-10 09:48:24 command '/sbin/blockdev --getsize64 /dev/pve/vm-101-disk-0' failed: exit code 1 2021-05-10 09:48:25 volume pve/vm-101-disk-0 already exists - importing with a different name 2021-05-10 09:48:25 import: no size found in export header, aborting. send/receive failed, cleaning up snapshot(s).. 2021-05-10 09:48:25 ERROR: Failed to sync data - storage migration for 'local-lvm:vm-101-disk-0' to storage 'local-lvm' failed - command 'set -o pipefail....[...] 2021-05-10 09:48:25 aborting phase 1 - cleanup resources 2021-05-10 09:48:25 ERROR: found stale volume copy 'local-lvm:vm-101-disk-0' on node 'node1' 2021-05-10 09:48:25 ERROR: migration aborted (duration 00:00:02): Failed to sync data - storage migration for 'local-lvm:vm-101-disk-0' to storage 'local-lvm' failed - command 'set -o pipefail [...]: exit code 255 TASK ERROR: migration aborted

Can I detach the hard disk from the VM, migrate it and attach again the disk once it's on local-vm on node1?

Please help me.
 
Last edited:
Anyone can help me?
How can I move the VM from node3 and use the "stale" disk which is actually the correct disk?