Hello all,
maybe someone with a little more ZFS-experience can give me a hint.
I am running out of space on my zpool "HDD-POOL".
Due to configuration and other reasons this pool consists only of 1 mirrored vdev (and a SLOG, but that shouldn't matter).
We are all victims of our own experience so I have chose an approach I am familiar from the "good old RAID days".
Due to physical limitations in the system (hotswap bays are full, naming convention of vdevs) I went through this procedure:
Finally I have set the zpool to "autoexpand=on" according to the following doc: https://docs.oracle.com/cd/E19253-01/819-5461/gazgd/index.html
When I now issue a zpool list command it still shows the old size of 464 GB (500GB drive). It should be something around 690 GB (750GB Drive).
The pool itself looks fine (scrub not finalized yet, have just issued it):
What am I missing? Is there another step I have forgot?
Thanks for your insights
All the best
maybe someone with a little more ZFS-experience can give me a hint.
I am running out of space on my zpool "HDD-POOL".
Due to configuration and other reasons this pool consists only of 1 mirrored vdev (and a SLOG, but that shouldn't matter).
We are all victims of our own experience so I have chose an approach I am familiar from the "good old RAID days".
Due to physical limitations in the system (hotswap bays are full, naming convention of vdevs) I went through this procedure:
- detached first drive from mirror (zpool detach ...)
- removed drive from system
- inserted new drive into system
- adjusted /etc/zfs/vdev_id.conf -> issued a udevadm trigger
- attached new drive to existing vdev (zpool attach ...)
- after resiilver operation I have run a scrub to confirm all is fine.
Finally I have set the zpool to "autoexpand=on" according to the following doc: https://docs.oracle.com/cd/E19253-01/819-5461/gazgd/index.html
When I now issue a zpool list command it still shows the old size of 464 GB (500GB drive). It should be something around 690 GB (750GB Drive).
Code:
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
HDD-POOL 464G 413G 50.5G - 232G 43% 89% 1.00x ONLINE -
The pool itself looks fine (scrub not finalized yet, have just issued it):
Code:
sudo zpool status HDD-POOL
pool: HDD-POOL
state: ONLINE
scan: scrub in progress since Fri Feb 25 09:05:47 2022
8.73G scanned at 1.09G/s, 684K issued at 85.5K/s, 413G total
0B repaired, 0.00% done, no estimated completion time
config:
NAME STATE READ WRITE CKSUM
HDD-POOL ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
C1-S5 ONLINE 0 0 0
C1-S4 ONLINE 0 0 0
logs
RMS-200-part3 ONLINE 0 0 0
errors: No known data errors
What am I missing? Is there another step I have forgot?
Thanks for your insights
All the best