My current nodes have LVM partitions. Since ZFS is required for replication, I set up a new node with a ZFS partition and created a storage 'local-zfs'.
When I try to migrate VM from an LVM node to the new ZFS node,
I get the following error messages:
2024-07-24 15:46:21 starting migration of VM 104 to node 'ESX1' (192.168.200.100)
2024-07-24 15:46:21 found local disk 'local-lvm:vm-104-disk-0' (attached)
2024-07-24 15:46:21 found local disk 'local-lvm:vm-104-disk-1' (attached)
2024-07-24 15:46:21 found generated disk 'local-lvm:vm-104-disk-2' (in current VM config)
2024-07-24 15:46:21 copying local disk images
2024-07-24 15:46:21 ERROR: storage migration for 'local-lvm:vm-104-disk-2' to storage 'local-zfs' failed - cannot migrate from storage type 'lvmthin' to 'zfspool'
2024-07-24 15:46:21 aborting phase 1 - cleanup resources
2024-07-24 15:46:21 ERROR: migration aborted (duration 00:00:00): storage migration for 'local-lvm:vm-104-disk-2' to storage 'local-zfs' failed - cannot migrate from storage type 'lvmthin' to 'zfspool'
TASK ERROR: migration aborted
How can I get the VM from an LVM node to a ZFS node?
When I try to migrate VM from an LVM node to the new ZFS node,
I get the following error messages:
2024-07-24 15:46:21 starting migration of VM 104 to node 'ESX1' (192.168.200.100)
2024-07-24 15:46:21 found local disk 'local-lvm:vm-104-disk-0' (attached)
2024-07-24 15:46:21 found local disk 'local-lvm:vm-104-disk-1' (attached)
2024-07-24 15:46:21 found generated disk 'local-lvm:vm-104-disk-2' (in current VM config)
2024-07-24 15:46:21 copying local disk images
2024-07-24 15:46:21 ERROR: storage migration for 'local-lvm:vm-104-disk-2' to storage 'local-zfs' failed - cannot migrate from storage type 'lvmthin' to 'zfspool'
2024-07-24 15:46:21 aborting phase 1 - cleanup resources
2024-07-24 15:46:21 ERROR: migration aborted (duration 00:00:00): storage migration for 'local-lvm:vm-104-disk-2' to storage 'local-zfs' failed - cannot migrate from storage type 'lvmthin' to 'zfspool'
TASK ERROR: migration aborted
How can I get the VM from an LVM node to a ZFS node?