zfs-format-disk: Replace ZFS Disk on Proxmox server | IKUS ...
www.ikus-soft.com › en › blogNov 28, 2018 · How to replace a ZFS disk ? Here's the "short" explanation. Continue to read to get more details. sudo zpool status sudo ledctl locate=/dev/sdf sudo zfs-format-disk /dev/sdf sudo zpool replace rpool sdf2 Check Zpool status. First, you should check the state of the pool: sudo zpool status It should be DEGRADED and one of the disk should be OFFLINE or UNAVAIL depending of the failure. In case the disk is OFFLINE, you should double check the reason. dmesg should provide more details. It's ...