Had mirror ZFS pool with 2 4T drives. Upgraded to 2 8T drives. Created a new pool on new drives using all available space. Performed a zfs send/recv to clone the pool to new drives. Content intact but pool & datasets show 3.56T available, the amount available on old pool.
The old pool was removed from system with a zpool export & drives removed. The new pool was renamed to the old pool's name with export & import.
I tried turning autoexpand on and off and doing "zfs online -e ..." No dice.
How do I get the pool show (allocate?) all available space, which should be close to 7T, not 3.56T?
Output of various commands:
The old pool was removed from system with a zpool export & drives removed. The new pool was renamed to the old pool's name with export & import.
I tried turning autoexpand on and off and doing "zfs online -e ..." No dice.
How do I get the pool show (allocate?) all available space, which should be close to 7T, not 3.56T?
Output of various commands:
Bash:
root@vs1:/# zpool get autoexpand
NAME PROPERTY VALUE SOURCE
hs-pool autoexpand on local
root@vs1:/# zpool status
pool: hs-pool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
hs-pool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ata-WDC_WD80EFAX-68KNBN0_VAJAM9ML ONLINE 0 0 0
ata-WDC_WD80EFAX-68KNBN0_VAJBD2ML ONLINE 0 0 0
errors: No known data errors
root@vs1:/# zpool list
NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
hs-pool 7.25T 3.46T 3.79T - 29% 47% 1.00x ONLINE -
root@vs1:/# zfs list
NAME USED AVAIL REFER MOUNTPOINT
hs-pool 3.46T 3.56T 96K /hs-pool
hs-pool/backups 85.4G 3.56T 64.7G /hs-pool/backups
hs-pool/downloads 158G 3.56T 158G /hs-pool/downloads
hs-pool/media 2.75T 3.56T 2.75T /hs-pool/media
hs-pool/users 488G 3.56T 488G /hs-pool/users