Resilvering using new disk - multiple devices listed?

iposner

Explorer
Joined
Jul 16, 2011
Messages
55
I have a RAIDZ1 Array. Smart errors on one disk required me to purchase a new disk. So I took the failing disk offline, shut the machine down, inserted the new disk and set up replacement for the new disk that appeared. However there was more than one gpt listed, but only one of 2TB. So I started the replacement and resilvering is now underway. However I now have the following zpool status:

array DEGRADED 0 0 0
raidz1-0 DEGRADED 0 0 0
gptid/fa3be9e7-ab65-11e6-beb1-3c4a92742974 ONLINE 0 0 0
replacing-1 DEGRADED 0 0 0
gptid/9c4ccc82-ab83-11e6-897b-3c4a92742974 OFFLINE 0 0 0
gptid/cfaae474-7742-11ee-8d91-5ced8c22668a ONLINE 0 0 0 (resilvering)
gptid/41cb39b0-abab-11e6-9ba6-3c4a92742974 ONLINE 0 0 0
gptid/509dac58-abc7-11e6-93b1-3c4a92742974 ONLINE 0 0 0

Note that there are 2 gptid's, one that is offline and one that is online and resilvering. Have I done something wrong? Should I have used the "Force" option?

In the web gui, I have the following;

Screenshot 2023-10-30 203115.png


ada1 is the disk being replaced.

I can start again if necessary. What should I do?
 

Arwen

MVP
Joined
May 17, 2014
Messages
3,611
This is NORMAL.

In the future, please use CODE tags for command line output. It should have read like below. This shows that the failed disk is being replaced by the ONLINE disk. Whence the replacement disk is fully re-silvered, the bad disk should go away from the display.
Code:
    NAME                                              STATE     READ WRITE CKSUM
    array                                             DEGRADED     0     0     0
      raidz1-0                                        DEGRADED     0     0     0
        gptid/fa3be9e7-ab65-11e6-beb1-3c4a92742974    ONLINE       0     0     0
        replacing-1                                   DEGRADED     0     0     0
          gptid/9c4ccc82-ab83-11e6-897b-3c4a92742974  OFFLINE      0     0     0
          gptid/cfaae474-7742-11ee-8d91-5ced8c22668a  ONLINE       0     0     0  (resilvering)
        gptid/41cb39b0-abab-11e6-9ba6-3c4a92742974    ONLINE       0     0     0
        gptid/509dac58-abc7-11e6-93b1-3c4a92742974    ONLINE       0     0     0
 
Last edited:

iposner

Explorer
Joined
Jul 16, 2011
Messages
55
Thanks for your help! I thought that might be the case!
 
Top