I have a VM with one quite big data disk. I want to move that VM to another Proxmox host in my cluster. The target system has enough space. Unfortunately the source system has not enough space anymore to create a snapshot. I can power down the VM and do any operation and it is not time restricted. How can I solve that problem?
Executing the migration of the whole VM will abort after the OS disk has been moved with these messages:
Thanks for help and please let me know if there is anything more I can add to make my request better.
Executing the migration of the whole VM will abort after the OS disk has been moved with these messages:
Code:
...
2022-05-23 09:56:29 volume 'zfs:vm-100-disk-0' is 'zfs:vm-100-disk-0' on the target
2022-05-23 09:56:31 ERROR: storage migration for 'zfs:vm-100-disk-1' to storage 'zfs' failed - zfs error: cannot create snapshot 'zfs/vm-100-disk-1@__migration__': out of space
2022-05-23 09:56:31 aborting phase 1 - cleanup resources
2022-05-23 09:56:34 ERROR: migration aborted (duration 00:05:49): storage migration for 'zfs:vm-100-disk-1' to storage 'zfs' failed - zfs error: cannot create snapshot 'zfs/vm-100-disk-1@__migration__': out of space
TASK ERROR: migration aborted
Thanks for help and please let me know if there is anything more I can add to make my request better.