I have a small cluster setup here.
- host 1 is running on ZFS (zfs-local) as he has two disks
- host 2 is running on one disk using LVM thin (thin-local) for vm-disk storage
I now want to migrate a vm (104) from host 1 (proxmox) to host 2(proxmix) using this command on host 1
This fails as it seems to not be possible to migrate from zfs to lvm thin
What is the migration strategy in such a case? Is it possible to do this without some storage shared between the hosts?
Thanks
- host 1 is running on ZFS (zfs-local) as he has two disks
- host 2 is running on one disk using LVM thin (thin-local) for vm-disk storage
I now want to migrate a vm (104) from host 1 (proxmox) to host 2(proxmix) using this command on host 1
Code:
qm migrate 104 proxmix --with-local-disks --targetstorage local-thin
This fails as it seems to not be possible to migrate from zfs to lvm thin
Code:
2021-03-31 13:19:30 starting migration of VM 104 to node 'proxmix' (192.168.42.23)
2021-03-31 13:19:30 found local disk 'local-zfs:vm-104-disk-0' (in current VM config)
2021-03-31 13:19:30 copying local disk images
2021-03-31 13:19:30 ERROR: Failed to sync data - storage migration for 'local-zfs:vm-104-disk-0' to storage 'local-thin' failed - cannot migrate from storage type 'zfspool' to 'lvmthin'
2021-03-31 13:19:30 aborting phase 1 - cleanup resources
2021-03-31 13:19:30 ERROR: found stale volume copy 'local-zfs:vm-104-disk-0' on node 'proxmix'
2021-03-31 13:19:30 ERROR: migration aborted (duration 00:00:00): Failed to sync data - storage migration for 'local-zfs:vm-104-disk-0' to storage 'local-thin' failed - cannot migrate from storage type 'zfspool' to 'lvmthin'
migration aborted
What is the migration strategy in such a case? Is it possible to do this without some storage shared between the hosts?
Thanks