Hi all,
i have added a new disk (sata 4.5T) on my small server.
the server identifies it with sda
through the GUI I created a new zfs pool (pve -> ZFS -> Create)
I indicated:
the name: Storage
raid level: single disk:
compression: on
ashift: 12
and selected /dev/sda
Everything ok, I see the zfs pool and "Storage" has appeared in the left column
But if I try to add a new disk to a vm, selecting as Storage: Storage and indicating disk size: 4500GiB I get the error:
zfs error: cannot create 'Storage/vm-106-disk-0': out of space at /usr/share/perl5/PVE/API2/Qemu.pm line 1278. (500)
Any idea?
i have added a new disk (sata 4.5T) on my small server.
the server identifies it with sda
through the GUI I created a new zfs pool (pve -> ZFS -> Create)
I indicated:
the name: Storage
raid level: single disk:
compression: on
ashift: 12
and selected /dev/sda
Everything ok, I see the zfs pool and "Storage" has appeared in the left column
Code:
zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
rpool 232G 163G 68.6G - - 68% 70% 1.00x ONLINE -
Storage 4.55T 648K 4.55T - - 0% 0% 1.00x ONLINE -
But if I try to add a new disk to a vm, selecting as Storage: Storage and indicating disk size: 4500GiB I get the error:
zfs error: cannot create 'Storage/vm-106-disk-0': out of space at /usr/share/perl5/PVE/API2/Qemu.pm line 1278. (500)
Any idea?