[SOLVED] Again, a disk replace problem

Singman

Dabbler
Joined
Dec 7, 2019
Messages
23
Hi,

Again, a replace of a disk is not working as expected !
What I've done :
- Storage / Pools / Config, selected ada1 -> OFFLINE
- Power off the nas, remove the old disk, insert new one, power on
- Storage / Pools / Config, select the missing disk, REPLACE, and...
1st problem, the choice is either ada1 or ada3... Why two choice when I just removed one ? But if i choose ada3, system say I already have partitions on it so I choosed ada1
- System launch a complete resilvering (take one day)

And now ? Well, see by yourself on picture.

From CLI :
Code:
root@nas[~]# zpool status Pool_1                                                                                                                                                                                                                 
  pool: Pool_1                                                                                                                                                                                                                                                     state: DEGRADED                                                                                                                                                                                                                                               status: One or more devices could not be opened.  Sufficient replicas exist for                                                                                                                                                      the pool to continue functioning in a degraded state.                                                                                                                                                                             
action: Attach the missing device and online it using 'zpool online'.                                                                                                                                                             
   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-2Q                                                                                                                                                                 
  scan: resilvered 1.37T in 14:38:09 with 0 errors on Tue Jan 31 15:36:22 2023                                                                                                                                               
config:                                                                                                                                                                                                                                                                                                                                                           
        NAME                                            STATE     READ WRITE CKSUM                                                                                                                                                           
        Pool_1                                          DEGRADED     0     0     0                                                                                                                                                                         
          raidz2-0                                      DEGRADED     0     0     0                                                                                                                                                                         
            2457461704612255021                         UNAVAIL      0     0     0  was /dev/gptid/8c4b7cb5-abc5-11ea-b434-00012e23ba5f                                                               
            gptid/13378071-eee2-11ea-92a4-d05099d4ca7d  ONLINE       0     0     0                                                                                                                                             
            gptid/f495395a-a0f9-11ed-9f51-d05099d4ca7d  ONLINE       0     0     0                                                                                                                                               
            gptid/c0873ef9-accb-11ea-b5fc-00012e23ba5f  ONLINE       0     0     0                                                                                                                                                                                                                                         
errors: No known data errors
 

Attachments

  • Capture d’écran 2023-01-31 163414.png
    Capture d’écran 2023-01-31 163414.png
    35 KB · Views: 80

Singman

Dabbler
Joined
Dec 7, 2019
Messages
23
Shutdowned the NAS, removed the new drive, power on.
The result is not what I was expecting...
removed Disk.png


removed Pool.png


Code:
root@nas[~]# zpool status Pool_1                                                           
  pool: Pool_1
 state: DEGRADED
status: One or more devices could not be opened.  Sufficient replicas exist for
        the pool to continue functioning in a degraded state.
action: Attach the missing device and online it using 'zpool online'.
   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-2Q
  scan: resilvered 1.37T in 14:38:09 with 0 errors on Tue Jan 31 15:36:22 2023
config:

        NAME                                            STATE     READ WRITE CKSUM
        Pool_1                                          DEGRADED     0     0     0
          raidz2-0                                      DEGRADED     0     0     0
            2457461704612255021                         UNAVAIL      0     0     0  was /dev/gptid/8c4b7cb5-abc5-11ea-b434-00012e23ba5f
            gptid/13378071-eee2-11ea-92a4-d05099d4ca7d  ONLINE       0     0     0
            8178524086914014933                         UNAVAIL      0     0     0  was /dev/gptid/f495395a-a0f9-11ed-9f51-d05099d4ca7d
            gptid/c0873ef9-accb-11ea-b5fc-00012e23ba5f  ONLINE       0     0     0

errors: No known data errors
 

Singman

Dabbler
Joined
Dec 7, 2019
Messages
23
Well, tired of waiting, so I used the "force" option on REPLACE on ada1 and resilvering is running...
But that was what I've already done in 1st place and not worked.
 
Top