Not too long ago, I decided to increase the capacity of my rpool, and replace it's SATA SSDs with larger NVMe disks. So I attached the two new larger NVMe disks to the rpool and let it resilver. I decided to leave the SATA disks in place until I next had the time and need to reboot the server. The resilver went off without a hitch. I then followed the ZFS docks in order to remove the SATA disks from the vdev in the rpool. I then power cycled the server so that I could physically remove the SATA disks and their cables. I expected the rpool to expand automatically but it didn't.
I tried setting the
What should I do next?
I tried setting the
autoexpand
property to on but nothing happened. I also tried using the zpool online -e
command but again, nothing happened. So I tired toggling autoexpand
off and on and trying the `online` command again. Still nothing. I then tried detaching one of the disks and reattaching it. After the resilver had finished... nothing happened. The zpool remains stubbornly at the same, smaller capacity of the SATA disks.What should I do next?