Zpool degraded

xtreamdev

Cadet
Joined
Jan 28, 2019
Messages
6
I am getting a GUID instead of the serial number how do I figure this out? I need to identify the failed drive so I can replace it.

Thanks


zpool status
pool: ZRaid-00
state: ONLINE
scan: scrub repaired 0B in 00:00:10 with 0 errors on Sun Nov 27 00:00:12 2022
config:

NAME STATE READ WRITE CKSUM
ZRaid-00 ONLINE 0 0 0
b5038e3b-9c41-404e-a5a3-37358084a43e ONLINE 0 0 0

errors: No known data errors

pool: ZRaid-01
state: DEGRADED
status: One or more devices has been taken offline by the administrator.
Sufficient replicas exist for the pool to continue functioning in a
degraded state.
action: Online the device using 'zpool online' or replace the device with
'zpool replace'.
scan: scrub repaired 0B in 00:26:33 with 0 errors on Fri Jan 13 13:25:27 2023
config:

NAME STATE READ WRITE CKSUM
ZRaid-01 DEGRADED 0 0 0
raidz1-0 ONLINE 0 0 0
c64e07c6-db5f-4dc4-9ea8-89b3121ef3a0 ONLINE 0 0 0
d188d399-b787-4468-80d2-56a426b4a99a ONLINE 0 0 0
e86a0200-abc8-4ffa-bfbd-8f0bebc5b620 ONLINE 0 0 0
9303be70-f7ab-4128-9c30-c4f007ae0b8d ONLINE 0 0 0
raidz1-1 DEGRADED 0 0 0
2fd74ca5-df94-4d77-bfa2-a646fda5115f ONLINE 0 0 0
7ec33b46-c114-4d4b-832d-3987706f5103 ONLINE 0 0 0
16035585064736470014 OFFLINE 0 0 0 was /dev/disk/by-partuuid/f20427a0-b59e-4c11-bd01-1ee4f47af8ac
93805975-caab-4471-b51c-ebd42bed31a4 ONLINE 0 0 0

errors: No known data errors

pool: boot-pool
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: scrub repaired 0B in 00:05:42 with 0 errors on Sun Nov 27 03:50:44 2022
config:

NAME STATE READ WRITE CKSUM
boot-pool ONLINE 0 0 0
sdh3 ONLINE 0 0 0

errors: No known data errors
 
Top