I have PVE instance with a mirrored rpool. I recently replaced the 2 x 512 GB SSD members with 1024 GB items. The replacement completed without incident and the pool is reporting a normal status as below:-
I have set the autoexpand feature to on but the pool will not expand & infact shows an expandsz value of "-"
I have done a good deal of searching this forum & others that has indicated I may need to offline/online the pool members, or online them with the -e switch as below:-
None of this has resulted in expanding the pool. It feels like I'm missing something silly & small here. Can anyone put me out of my misery?
Code:
root@pve5:/mnt# lsblk /dev/sda
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 1007K 0 part
├─sda2 8:2 0 465.8G 0 part
└─sda9 8:9 0 8M 0 part
root@pve5:/mnt# lsblk /dev/sdb
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 1007K 0 part
├─sdb2 8:18 0 465.8G 0 part
└─sdb9 8:25 0 8M 0 part
root@pve5:/mnt# zpool status rpool
pool: rpool
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(5) for details.
scan: resilvered 884K in 00:00:00 with 0 errors on Tue May 11 07:59:33 2021
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
sda2 ONLINE 0 0 0
sdb2 ONLINE 0 0 0
errors: No known data errors
I have set the autoexpand feature to on but the pool will not expand & infact shows an expandsz value of "-"
Code:
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
rpool 464G 129G 335G - - 51% 27% 1.00x ONLINE -
I have done a good deal of searching this forum & others that has indicated I may need to offline/online the pool members, or online them with the -e switch as below:-
zpool online -e rpool sda2
None of this has resulted in expanding the pool. It feels like I'm missing something silly & small here. Can anyone put me out of my misery?
Last edited: