ZFS Operations: Replacing a failed disk - HedgeDoc – Had to replace a failed disk in my NAS today as it was on its way out. For anyone else running a ZFS pool, here’s the steps involved:
zpool offline <pool> <device>
- Remove failed disk and replace with new disk.
zpool replace <pool> <device>
- Wait.