You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, this one looks pretty straight forward. ZFS is simply not creating the needed partition tables on the new device. It simply assumes the device already has one and attempts to expand it. See zpool_do_online->zpool_vdev_online()->zpool_relabel_disk(). If you were to manually create the devices partition table with something like parted you should be able to avoid this issue for now.
I'm trying to expand raidz zpool after replacing a drive with a bigger one:
The text was updated successfully, but these errors were encountered: