Hi,
I´ve monted a cluster with 2 nodes to migrate to V.6.0
I´m migrating offline all my qemu and lxc from node 1 to node 2, but I´m having troubles in some templates that previosly had snapshots.
If I full clone the vm, again create disks with names starting with base-XXXX
Offline migration of Vm´s with disk names starting with vm-XXXX is not a problem
Is there a way to migrate those vm´s?
I´m using proxmox V.5.4-13 in both nodes.
Another thing, why cannot migrate vm´s with snapshots?
The error is: non-migratable snapshot exists,
Thks.
I´ve monted a cluster with 2 nodes to migrate to V.6.0
I´m migrating offline all my qemu and lxc from node 1 to node 2, but I´m having troubles in some templates that previosly had snapshots.
Code:
2019-10-30 13:06:54 starting migration of VM 102 to node 'proxmox-hp' (192.168.8.15)
2019-10-30 13:06:54 found local disk 'local-raid0:base-102-disk-0' (in current VM config)
2019-10-30 13:06:54 copying disk images
illegal name 'base-102-disk-0' - sould be 'vm-102-*'
command 'dd 'if=/dev/raid0/base-102-disk-0' 'bs=64k'' failed: got signal 13
send/receive failed, cleaning up snapshot(s)..
2019-10-30 13:06:55 ERROR: Failed to sync data - command 'set -o pipefail && pvesm export local-raid0:base-102-disk-0 raw+size - -with-snapshots 0 | /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=proxmox-hp' root@192.168.8.15 -- pvesm import local-raid0:base-102-disk-0 raw+size - -with-snapshots 0' failed: exit code 255
2019-10-30 13:06:55 aborting phase 1 - cleanup resources
2019-10-30 13:06:55 ERROR: found stale volume copy 'local-raid0:base-102-disk-0' on node 'proxmox-hp'
2019-10-30 13:06:55 ERROR: migration aborted (duration 00:00:02): Failed to sync data - command 'set -o pipefail && pvesm export local-raid0:base-102-disk-0 raw+size - -with-snapshots 0 | /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=proxmox-hp' root@192.168.8.15 -- pvesm import local-raid0:base-102-disk-0 raw+size - -with-snapshots 0' failed: exit code 255
TASK ERROR: migration aborted
If I full clone the vm, again create disks with names starting with base-XXXX
Offline migration of Vm´s with disk names starting with vm-XXXX is not a problem
Is there a way to migrate those vm´s?
I´m using proxmox V.5.4-13 in both nodes.
Another thing, why cannot migrate vm´s with snapshots?
Code:
2019-10-30 13:23:05 starting migration of VM 118 to node 'proxmox-hp' (192.168.8.15)
2019-10-30 13:23:05 found local disk 'local-raid0:vm-118-disk-0' (in current VM config)
2019-10-30 13:23:05 found local disk 'local-raid0:vm-118-state-ParaPruebasAndared' (in current VM config)
2019-10-30 13:23:05 found local disk 'local:iso/virtio-win-0.1.141.iso' (referenced by snapshot(s))
2019-10-30 13:23:05 can't migrate local disk 'local-raid0:vm-118-disk-0': non-migratable snapshot exists
2019-10-30 13:23:05 can't migrate local disk 'local:iso/virtio-win-0.1.141.iso': local cdrom image
2019-10-30 13:23:05 ERROR: Failed to sync data - can't migrate VM - check log
2019-10-30 13:23:05 aborting phase 1 - cleanup resources
2019-10-30 13:23:05 ERROR: migration aborted (duration 00:00:00): Failed to sync data - can't migrate VM - check log
TASK ERROR: migration aborted
The error is: non-migratable snapshot exists,
Thks.
Last edited: