Please forgive me if it's documented somewhere but I haven't been able to find it.
I've attempted to migrate KVM VMs from one HN to another via "qm migrate" on the newest PVE 3.3, but this is what I've got:
If I remember right, it worked in earlier versions. That is, migration from one HN to another, offline, without shared storage. The operation is supposed to copy the image from one node to another and then start it on the other node. Migration using shared storage works either online or offline. I'm at a loss why it doesn't work offline without shared storage.
Note: the error message has a typo -"storagy" instead of "storage".
I've attempted to migrate KVM VMs from one HN to another via "qm migrate" on the newest PVE 3.3, but this is what I've got:
Code:
vm1:~# qm migrate 150 vm2
Oct 11 15:28:02 starting migration of VM 150 to node 'vm2' (10.30.1.3)
Oct 11 15:28:02 copying disk images
Oct 11 15:28:02 ERROR: Failed to sync data - can't migrate 'local-kvm:vm-150-disk-1' - storagy type 'lvm' not supported
Oct 11 15:28:02 aborting phase 1 - cleanup resources
Oct 11 15:28:02 ERROR: migration aborted (duration 00:00:00): Failed to sync data - can't migrate 'local-kvm:vm-150-disk-1' - storagy type 'lvm' not supported
If I remember right, it worked in earlier versions. That is, migration from one HN to another, offline, without shared storage. The operation is supposed to copy the image from one node to another and then start it on the other node. Migration using shared storage works either online or offline. I'm at a loss why it doesn't work offline without shared storage.
Note: the error message has a typo -"storagy" instead of "storage".