I have an almost empty zpool onto which I want to allocate a 15TB zvol. There is an existing 15TB zvol on another storage that I want to move to the new zpool to relieve some IO contention.
The existing zvol looks like this after a
The destination zfs filesystem looks like this:
It appears that there is enough space on the destination. But, when I, say, ask Proxmox to move the disk from
Why am I getting this message?
The existing zvol looks like this after a
zfs list -p
command. NAME USED AVAIL REFER
fivebays/vm-105-disk-1 15052666255184 19656901499904 15052666255184
The destination zfs filesystem looks like this:
NAME USED AVAIL REFER
threeamigos 36634726469 19803765370811 130944
It appears that there is enough space on the destination. But, when I, say, ask Proxmox to move the disk from
fivebays
to threeamigos
, I get an out-of-space message.
Code:
create full clone of drive scsi1 (Zvol:vm-105-disk-1) [Zvol is the name of the Proxmox storage that points to fivebays.]
TASK ERROR: storage migration failed: zfs error: cannot create 'threeamigos/vm-105-disk-1': out of space
Why am I getting this message?