I've set up a new zfs pool like so:
The new zpool appears to have enough space to hold a large hard 9 TB drive:
But when I try to create a 9000 GB (~ 9 TB) hard drive, I get an error:
"zfs error: cannot create 'droxcamstorage/vm-100-disk-0': out of space at /usr/share/perl5/PVE/API2/Qemu.pm line 1340. (500) ."
I've experimented, and I can definitely create a 5000 GB hard drive, but not much larger than that.
What's going on?
Code:
root@hydrox:/mnt# zpool create -m /mnt/droxcamstorage droxcamstorage raidz2 /dev/sdd /dev/sde /dev/sdf /dev/sdg /dev/sdh
root@hydrox:/mnt# zpool status
pool: droxcamstorage
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
droxcamstorage ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
sdd ONLINE 0 0 0
sde ONLINE 0 0 0
sdf ONLINE 0 0 0
sdg ONLINE 0 0 0
sdh ONLINE 0 0 0
errors: No known data errors
pool: rpool
state: ONLINE
scan: scrub repaired 0B in 0 days 00:29:38 with 0 errors on Sun Aug 9 01:53:39 2020
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ata-SanDisk_SDSSDH3_1T00_200723A00769-part3 ONLINE 0 0 0
ata-SanDisk_SDSSDH3_1T00_195008A007C5-part3 ONLINE 0 0 0
errors: No known data errors
The new zpool appears to have enough space to hold a large hard 9 TB drive:
Code:
root@hydrox:/mnt/droxcamstorage# df -h .
Filesystem Size Used Avail Use% Mounted on
droxcamstorage 11T 256K 11T 1% /mnt/droxcamstorage
But when I try to create a 9000 GB (~ 9 TB) hard drive, I get an error:
"zfs error: cannot create 'droxcamstorage/vm-100-disk-0': out of space at /usr/share/perl5/PVE/API2/Qemu.pm line 1340. (500) ."
I've experimented, and I can definitely create a 5000 GB hard drive, but not much larger than that.
What's going on?