johnharet
Cadet
- Joined
- Nov 25, 2019
- Messages
- 3
Hi. I know, that this theme is repeating a lot, but it is creating some trouble for me.
I created hardware raid 5 with 4 4tb drives and 2 3tb drives, and get zpool size 16tb. After a few month, I bought and changed 2 3tb to 2 4tb drives. And now I see this
but my zfs dataset doesn't resize
where is my broke?
I created hardware raid 5 with 4 4tb drives and 2 3tb drives, and get zpool size 16tb. After a few month, I bought and changed 2 3tb to 2 4tb drives. And now I see this
Code:
root@freenas:/dev/zvol/main/srvfiles # zpool list main NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT main 18.2T 15.4T 2.82T - 34% 84% 1.00x ONLINE /mnt
but my zfs dataset doesn't resize
Code:
root@freenas:/dev/zvol/main/srvfiles # zfs list -t all -o space -r main NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD main 945G 16.7T 0 11.8T 0 4.93T main/backup_vm 945G 891G 0 891G 0 0 main/jails 945G 88K 0 88K 0 0 main/srvfiles 945G 4.06T 0 88K 0 4.06T main/srvfiles/iscsi 2.25T 4.06T 0 2.73T 1.33T 0
where is my broke?