Trying to migrate a VM from a standalone PVE system to a 2 node clustered PVE system.
When I start the migration, it fails quickly with:
In this scenario, the source side is LVM, the target side is ZFS.
When I start the migration, it fails quickly with:
Code:
2025-07-03 14:51:09 remote: started tunnel worker 'UPID:mel-pm1:00270FB2:07501C9E:68660C3D:qmtunnel:205:root@pam!pdm-admin:'tunnel: -> sending command "version" to remotetunnel: <- got reply
2025-07-03 14:51:10 local WS tunnel version: 2
2025-07-03 14:51:10 remote WS tunnel version: 2
2025-07-03 14:51:10 minimum required WS tunnel version: 2
websocket tunnel started
2025-07-03 14:51:10 starting migration of VM 202 to node 'mel-pm1' (mel-pm1)
tunnel: -> sending command "bwlimit" to remote
tunnel: <- got reply
2025-07-03 14:51:10 found local disk 'vm-storage:vm-202-disk-0' (attached)
2025-07-03 14:51:10 copying local disk images
tunnel: -> sending command "disk-import" to remote
tunnel: <- got reply
2025-07-03 14:51:10 ERROR: error - tunnel command '{"format":"raw","with_snapshots":0,"allow_rename":"1","migration_snapshot":0,"storage":"nvme-zfs","cmd":"disk-import","volname":"vm-205-disk-0","export_formats":"raw+size"}' failed - failed to handle 'disk-import' command - no matching import/export format found for storage 'nvme-zfs'
2025-07-03 14:51:10 aborting phase 1 - cleanup resources
tunnel: -> sending command "quit" to remote
tunnel: <- got reply
2025-07-03 14:51:11 ERROR: migration aborted (duration 00:00:02): error - tunnel command '{"format":"raw","with_snapshots":0,"allow_rename":"1","migration_snapshot":0,"storage":"nvme-zfs","cmd":"disk-import","volname":"vm-205-disk-0","export_formats":"raw+size"}' failed - failed to handle 'disk-import' command - no matching import/export format found for storage 'nvme-zfs'
TASK ERROR: migration aborted
In this scenario, the source side is LVM, the target side is ZFS.