SOLVED Disk replacement didnt detach after resilver

sintax

Cadet
Joined
Feb 18, 2014
Messages
9
I am swaping out my disks, 1 went ok, and the 2nd one seems to have not completed. It looks like it resilvered but didnt finish with the detatch. Can I just detach manually? The health looks ok, but it shows as still "replacing"

Code:
freenas# zpool status -v
  pool: bulk
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
    still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
    the pool may no longer be accessible by software that does not support
    the features. See zpool-features(7) for details.
  scan: resilvered 2.37T in 0 days 09:17:39 with 0 errors on Tue May 28 07:06:52 2019
config:

    NAME                                              STATE     READ WRITE CKSUM
    bulk                                              ONLINE       0     0     0
      raidz1-0                                        ONLINE       0     0     0
        gptid/a862754e-a199-11e3-b3d4-1cc1de54f973    ONLINE       0     0     0
        replacing-1                                   ONLINE       0     0     0
          gptid/a8dcd81a-a199-11e3-b3d4-1cc1de54f973  ONLINE       0     0     0
          gptid/ef50def9-8103-11e9-aef4-6c3be516afe1  ONLINE       0     0     0
        gptid/35f6878d-80ac-11e9-aef4-6c3be516afe1    ONLINE       0     0     0

errors: No known data errors
 
Last edited:

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
Use code tags so it keeps the formatting. You can offline the disk in the GUI.
 

sintax

Cadet
Joined
Feb 18, 2014
Messages
9
Use code tags so it keeps the formatting. You can offline the disk in the GUI.

I updated it using the code tags, it does look cleaner =)

Ok, i'll offline and detach the replaced drive and see if it complains. thx
 

sintax

Cadet
Joined
Feb 18, 2014
Messages
9
So it looks like marking that disk offline put the pool into a degraded state, so maybe its not finished after all


Code:
freenas# zpool status -v
  pool: bulk
 state: DEGRADED
status: Some supported features are not enabled on the pool. The pool can
    still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
    the pool may no longer be accessible by software that does not support
    the features. See zpool-features(7) for details.
  scan: resilvered 2.37T in 0 days 09:17:39 with 0 errors on Tue May 28 07:06:52 2019
config:

    NAME                                              STATE     READ WRITE CKSUM
    bulk                                              DEGRADED     0     0     0
      raidz1-0                                        DEGRADED     0     0     0
        gptid/a862754e-a199-11e3-b3d4-1cc1de54f973    ONLINE       0     0     0
        replacing-1                                   DEGRADED     0     0     0
          4814285070750740387                         OFFLINE      0     0     0  was /dev/gptid/a8dcd81a-a199-11e3-b3d4-1cc1de54f973
          gptid/ef50def9-8103-11e9-aef4-6c3be516afe1  ONLINE       0     0     0
        gptid/35f6878d-80ac-11e9-aef4-6c3be516afe1    ONLINE       0     0     0

errors: No known data errors
 

sintax

Cadet
Joined
Feb 18, 2014
Messages
9
Oh strange, that must have toggled it to restart the replacement process. After marking the old drive online again, it finished its process and is now out of the pool.
 
Top