Hi All,
I've moved virtual disks between storage types a number of times without problems. However, all of the sudden I'm unable to move disks to zfs:
Moving from ZFS to dir is no problem.
Of course '/dev/zvol/rpool/data/vm-112-disk-1' doesn't exist, it should be created as part of the migration. Adding a new disk to a VM on ZFS is also no problem.
As a work-around, I can backup the disk and restore it to ZFS, this works as it should
Any suggestions?
I've moved virtual disks between storage types a number of times without problems. However, all of the sudden I'm unable to move disks to zfs:
Code:
create full clone of drive virtio0 (local-vz:112/vm-112-disk-1.raw)
transferred: 0 bytes remaining: 85899345920 bytes total: 85899345920 bytes progression: 0.00 %
qemu-img: Could not open 'zeroinit:/dev/zvol/rpool/data/vm-112-disk-1': Could not open '/dev/zvol/rpool/data/vm-112-disk-1': No such file or directory
TASK ERROR: storage migration failed: copy failed: command '/usr/bin/qemu-img convert -p -n -f raw -O raw /rpool/vz/images/112/vm-112-disk-1.raw zeroinit:/dev/zvol/rpool/data/vm-112-disk-1' failed: exit code 1
Moving from ZFS to dir is no problem.
Of course '/dev/zvol/rpool/data/vm-112-disk-1' doesn't exist, it should be created as part of the migration. Adding a new disk to a VM on ZFS is also no problem.
As a work-around, I can backup the disk and restore it to ZFS, this works as it should
Any suggestions?
Last edited: