zpool status after replacing 2 drives

brownj

Cadet
Joined
Nov 2, 2019
Messages
7
So 5 or 6 days ago i had a drive fault ( RaidZ1 , w online spare)
I offlined the drive , powered down and replaced the drive with a new WD-Red 4TB , after powering
back up, in the gui i did a replace ( selecting the only drive that showed up in the dropdown ( sdc i think)
resilver took place , everthing then looks good.

At this point i expected the hot-spare which is temporary to revert back and show up in the spare group
but mine still showed UNAVAIL

a couple days later i have another drive fault , basically followed same steps as above, offline drive
power down , replace drive with another new WD-RED 4TB , power back up , 'replace' again in the gui
interface , and another resilver process.

So now my pool status is thus:
Code:
  pool: data-pool
 state: DEGRADED
status: One or more devices could not be used because the label is missing or
        invalid.  Sufficient replicas exist for the pool to continue
        functioning in a degraded state.
action: Replace the device using 'zpool replace'.
   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-4J
  scan: resilvered 524G in 02:29:39 with 0 errors on Sun Oct  2 17:25:37 2022
config:

        NAME                                        STATE     READ WRITE CKSUM
        data-pool                                   DEGRADED     0     0     0
          raidz1-0                                  DEGRADED     0     0     0
            spare-0                                 DEGRADED     0     0     0
              c67c4bdc-91dc-4c14-8f34-15504a4c0f57  ONLINE       0     0     0
              4162934543819156499                   UNAVAIL      0     0     0  was /dev/sde
            71800691-a44f-41e2-b5db-a04c6b3eb0c4    ONLINE       0     0     0
            1ea5da57-9e44-11eb-bf24-2cf05da31333    ONLINE       0     0     0
        spares
          sde                                       UNAVAIL

errors: No known data errors


any idea what i do to make this HEALTHY again ??
 
Top