Hello
I have an installation where the OS runs on a raidz1 and has one bad disk:
I wonder if I can change it to mirror and remove the bad disk?
For me this is a two step procedure where I would like to change it to a mirror and later replace both disks in the mirror with new fresh one.
I have an installation where the OS runs on a raidz1 and has one bad disk:
pool: rpool
state: ONLINE
status: One or more devices has experienced an unrecoverable error. An
attempt was made to correct the error. Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
using 'zpool clear' or replace the device with 'zpool replace'.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-9P
scan: resilvered 476M in 00:04:36 with 0 errors on Wed May 17 16:11:19 2023
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
scsi-35000c50095ae2647-part3 ONLINE 0 0 0
scsi-350000c0f0277430c-part3 ONLINE 0 0 0
scsi-350000c0f02776488-part3 ONLINE 1 0 0
I wonder if I can change it to mirror and remove the bad disk?
For me this is a two step procedure where I would like to change it to a mirror and later replace both disks in the mirror with new fresh one.