Hi,
Today I got the following email from Zabbix:
As a result, I checked with
I am the only person accessing this server and I didn't remove the disk so I am assuming it is dead
I have a couple of old disks but no new one, will the resilvering process wipe the disk as part of the process or do I have to wipe the disk myself?
Thank you
Today I got the following email from Zabbix:
Code:
Trigger: zroot is in a DEGRADED state!
Trigger status: PROBLEM
Trigger severity: High
Trigger URL:
Item values:
1. Health on zroot (r610.trinitech.co.uk:vfs.zpool.get[zroot,health]): DEGRADED
2. *UNKNOWN* (*UNKNOWN*:*UNKNOWN*): *UNKNOWN*
3. *UNKNOWN* (*UNKNOWN*:*UNKNOWN*): *UNKNOWN*
Original event ID: 19178
zpool status
and got this:
Code:
pool: zroot
state: DEGRADED
status: One or more devices has been removed 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 772K in 5h17m with 0 errors on Mon Feb 11 14:23:17 2019
config:
NAME STATE READ WRITE CKSUM
zroot DEGRADED 0 0 0
raidz2-0 DEGRADED 0 0 0
mfid0p3 ONLINE 0 0 0
mfid1p3 ONLINE 0 0 0
mfid2p3 ONLINE 0 0 0
mfid3p3 ONLINE 0 0 0
mfid4p3 ONLINE 0 0 0
11019374657424073610 REMOVED 0 0 0 was /dev/mfid5p3
errors: No known data errors
I am the only person accessing this server and I didn't remove the disk so I am assuming it is dead

- will it harm to run
zpool online
to see if it find the disk? - Could someone please confirm that my command below is correct to replace the failed drive?
zpool replace zroot 11019374657424073610 mfid5p3
I have a couple of old disks but no new one, will the resilvering process wipe the disk as part of the process or do I have to wipe the disk myself?
Thank you