I create a zfs raidz1 with 3 x 4T disks and it shows that I have 7.04TiB available spaces.
But when I try to add a new 6TiB(6144GiB) disk to a vm, it failed because of no space.
How could that happen. That's a new raid I just created. When I lower the disk size to 5000GiB, it created successfully.
Thank you in advance!
But when I try to add a new 6TiB(6144GiB) disk to a vm, it failed because of no space.
How could that happen. That's a new raid I just created. When I lower the disk size to 5000GiB, it created successfully.
Code:
$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 32G 0 32G 0% /dev
tmpfs 6.3G 18M 6.3G 1% /run
/dev/mapper/pve-root 57G 18G 37G 32% /
tmpfs 32G 43M 32G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 32G 0 32G 0% /sys/fs/cgroup
/dev/nvme0n1p2 511M 312K 511M 1% /boot/efi
/dev/fuse 30M 20K 30M 1% /etc/pve
nas 7.1T 128K 7.1T 1% /nas
tmpfs 6.3G 0 6.3G 0% /run/user/0
Code:
$ zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
nas 10.9T 1.78M 10.9T - - 0% 0% 1.00x ONLINE -
Code:
$ zfs list
NAME USED AVAIL REFER MOUNTPOINT
nas 783K 7.04T 128K /nas
Code:
$ zpool status -v
pool: nas
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
nas ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
sdc ONLINE 0 0 0
sdd ONLINE 0 0 0
sde ONLINE 0 0 0
errors: No known data errors
Thank you in advance!