Replacement drive not added correctly

raxx

Cadet
Joined
Feb 20, 2022
Messages
1
Hello everyone, some time ago my system was in degraded state so I went ahead and replaced a drive.
System went to healthy state and everything is working fine for almost a year now. However the drive does not appear to be properly added, as it is missing from some key places.

Something must of been mixed up in my setup process, and potentially I might need to "replace" the disk with itself and resilver it, could I get some exact instructions and where I've must of went wrong. Thank you!

1) zpool status drive shows up as da5, without gptid prefix like every other drive.
Code:
  pool: Ultimate
 state: ONLINE
  scan: scrub repaired 0B in 06:36:08 with 0 errors on Sun Jan 23 06:36:13 2022
config:

        NAME                                            STATE     READ WRITE CKSUM
        Ultimate                                        ONLINE       0     0     0
          mirror-0                                      ONLINE       0     0     0
            gptid/fc006c93-828a-11e9-be38-002590ded475  ONLINE       0     0     0
            gptid/fcd5703f-828a-11e9-be38-002590ded475  ONLINE       0     0     0
          mirror-1                                      ONLINE       0     0     0
            gptid/fdf82f35-828a-11e9-be38-002590ded475  ONLINE       0     0     0
            gptid/fedb7faf-828a-11e9-be38-002590ded475  ONLINE       0     0     0
          mirror-2                                      ONLINE       0     0     0
            gptid/7db73753-8750-11e9-a106-002590ded475  ONLINE       0     0     0
            gptid/e856c0d3-ea89-11ea-85d6-002590ded475  ONLINE       0     0     0
          mirror-3                                      ONLINE       0     0     0
            gptid/919d0a23-0880-11ec-a98c-002590ded475  ONLINE       0     0     0
            gptid/0b29ea67-05f7-11eb-9a71-002590ded475  ONLINE       0     0     0
          mirror-4                                      ONLINE       0     0     0
            da5                                         ONLINE       0     0     0
            gptid/81297c02-ea8a-11ea-85d6-002590ded475  ONLINE       0     0     0

errors: No known data errors

  pool: boot-pool
 state: ONLINE
  scan: scrub repaired 0B in 00:00:15 with 0 errors on Tue Feb 15 03:45:15 2022
config:

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

errors: No known data errors



2) In UI. It appears as if it does not belong to the pool, But it does!
1645427499154.png



3) Does not show up in `glabel status`

Code:
                                      Name  Status  Components
gptid/e856c0d3-ea89-11ea-85d6-002590ded475     N/A  ada0p2
gptid/81297c02-ea8a-11ea-85d6-002590ded475     N/A  ada1p2
gptid/fc006c93-828a-11e9-be38-002590ded475     N/A  da0p2
gptid/fcd5703f-828a-11e9-be38-002590ded475     N/A  da1p2
gptid/fdf82f35-828a-11e9-be38-002590ded475     N/A  da2p2
gptid/fedb7faf-828a-11e9-be38-002590ded475     N/A  da3p2
gptid/7db73753-8750-11e9-a106-002590ded475     N/A  da4p2
gptid/0b29ea67-05f7-11eb-9a71-002590ded475     N/A  da6p2
gptid/919d0a23-0880-11ec-a98c-002590ded475     N/A  da7p2
gptid/f403c513-051e-11ec-b808-002590ded475     N/A  da8p1
gptid/e1bfc35f-ea89-11ea-85d6-002590ded475     N/A  ada0p1


4) Does not show up in output of the `gpart list`
 
Top