Resilver Icon Not Showing while Resilvering

dfriestedt

Dabbler
Joined
Jun 24, 2018
Messages
14
I recently replaced a drive. The resilvering icon that normally appears in the top bar and % complete at the bottom no longer appear while the pool is resilvering.

I just ran:
Code:
zpool statue | more

And can see the resilver status is currently about 82%, however I'm not seeing the resilver icon in the GUI anywhere. I tried to reboot freenas and the icon(s) still did not appear.

Is this something I should worry about?
 
Last edited:

dfriestedt

Dabbler
Joined
Jun 24, 2018
Messages
14
D

dlavigne

Guest
Sounds like a bug. Please create a report at bugs.ixsystems.com and post the issue number here.
 

dfriestedt

Dabbler
Joined
Jun 24, 2018
Messages
14

dfriestedt

Dabbler
Joined
Jun 24, 2018
Messages
14
Looks like this is being fixed in the next release 11.3
 

Koen_Oostende

Dabbler
Joined
May 20, 2017
Messages
12
Resilver is not Not Showing while Resilvering gives a false/missing eta and percentage in GUI vs ssh

zpool status in ssh gives...
Code:
root@freenas[~]# zpool status FreeNAS_Pool
  pool: FreeNAS_Pool
state: ONLINE
status: One or more devices is currently being resilvered.  The pool will
    continue to function, possibly in a degraded state.
action: Wait for the resilver to complete.
  scan: resilver in progress since Mon Feb  8 20:09:32 2021
    13.8T scanned at 79.6M/s, 11.3T issued at 50.6M/s, 18.6T total
    721G resilvered, 60.85% done, 1 days 17:52:01 to go
config:

    NAME                                            STATE     READ WRITE CKSUM
    FreeNAS_Pool                                    ONLINE       0     0     0
      raidz3-0                                      ONLINE       0     0     0
        gptid/e96cac42-fc9c-11e9-a2c0-3440b58c80ba  ONLINE       0     0     0
        gptid/efa69ed6-fc9c-11e9-a2c0-3440b58c80ba  ONLINE       0     0     0
        gptid/0530b6e2-fc9d-11e9-a2c0-3440b58c80ba  ONLINE       0     0     0
        gptid/0de2527b-fc9d-11e9-a2c0-3440b58c80ba  ONLINE       0     0     0
        gptid/17ecd074-fc9d-11e9-a2c0-3440b58c80ba  ONLINE       0     0     0
        gptid/2213c2d4-fc9d-11e9-a2c0-3440b58c80ba  ONLINE       0     0     0
        gptid/2b94bc45-fc9d-11e9-a2c0-3440b58c80ba  ONLINE       0     0     0
        gptid/e20ce0fa-5b2a-11eb-ad96-3440b58c80ba  ONLINE       0     0     0
        gptid/3e059cee-fc9d-11e9-a2c0-3440b58c80ba  ONLINE       0     0     0
        gptid/71b7ae38-51c0-11eb-905f-3440b58c80ba  ONLINE       0     0     0
        gptid/506536f0-fc9d-11e9-a2c0-3440b58c80ba  ONLINE       0     0     0
        gptid/5997dd54-fc9d-11e9-a2c0-3440b58c80ba  ONLINE       0     0     0
        gptid/2c53ec3c-6a41-11eb-bcbc-600810ec75d2  ONLINE       0     0     0  (resilvering)
        gptid/b0b4df68-5561-11eb-9ca3-3440b58c80ba  ONLINE       0     0     0
        gptid/6e29bdbd-fc9d-11e9-a2c0-3440b58c80ba  ONLINE       0     0     0
    cache
      gptid/c47d6253-6640-11eb-aeb9-600810ec75d2    ONLINE       0     0     0

errors: No known data errors
root@freenas[~]# 


and gui reports

schermafbeelding-2021-02-11-om-18-08-29-png.45062


TrueNAS CORE TrueNAS-12.0-U2
Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
103.6GiB total available (ECC)
Free: 9.4 GiB
ZFS Cache: 78.4 GiB
Services: 15.7 GiB
 

Attachments

  • Schermafbeelding 2021-02-11 om 18.08.29.png
    Schermafbeelding 2021-02-11 om 18.08.29.png
    599.2 KB · Views: 757
Last edited:
Top