При диагностике дисковой подсистемы выявлена следующая картина:
$ zpool status -x
pool: rpool
state: DEGRADED
status: One or more devices are unavailable in response to persistent errors.
Sufficient replicas exist for the pool to continue functioning in a
degraded state.
action: Determine if the device needs to be replaced, and clear the errors
using 'zpool clear' or 'fmadm repaired', or replace the device
with 'zpool replace'.
Run 'zpool status -v' to see device specific details.
scan: scrub repaired 0 in 9h58m with 0 errors on Fri Mar 24 02:51:10 2023
config:
NAME STATE READ WRITE CKSUM
rpool DEGRADED 0 0 0
mirror-0 DEGRADED 0 0 0
c1t1d0 UNAVAIL 0 0 0
c1t1d0 ONLINE 0 0 0
в истории вижу команды:
zpool create -f -B rpool c1t0d0
...
zpool attach rpool c1t0d0 c1t1d0, но диска c1t0d0 в пуле нет.
Как в пуле оказалось 2 диска с одним и тем же названием?
Кака выяснить что за диск UNAVAIL ?
Как безопасно теперь произвести замену вышедшего из строя диска?