Disk names changed after resilvering

runevn

Explorer
Joined
Apr 4, 2019
Messages
63
Hi,

After I resilvered a disk (da4) all the disks names changed from the more readable format da0, da1, da2, da3, da4, da5 to gptid/60b6bd83-aee3-11e9-9fbd-000c29ee2069.eli when running the zpool status command:

Code:
root@nas[~]# zpool status storagepool
  pool: storagepool
 state: ONLINE
  scan: scrub repaired 0 in 0 days 09:12:25 with 0 errors on Thu Sep 12 16:45:59 2019
config:

        NAME                                                STATE     READ WRITE CKSUM
        storagepool                                         ONLINE       0     0     0
          raidz2-0                                          ONLINE       0     0     0
            gptid/5613e975-aee3-11e9-9fbd-000c29ee2069.eli  ONLINE       0     0     0
            gptid/5831da4a-aee3-11e9-9fbd-000c29ee2069.eli  ONLINE       0     0     0
            gptid/5a699763-aee3-11e9-9fbd-000c29ee2069.eli  ONLINE       0     0     0
            gptid/4bbd87aa-d4ba-11e9-9716-000c29ee2069.eli  ONLINE       0     0     0
            gptid/5eb3d5de-aee3-11e9-9fbd-000c29ee2069.eli  ONLINE       0     0     0
            gptid/60b6bd83-aee3-11e9-9fbd-000c29ee2069.eli  ONLINE       0     0     0

errors: No known data errors


However, in the web GUI the disk names are still listed as: da0, da1, da2, da3, da4, da5 so the "eli" disk names are only shown in the console.

Is this something I should be concerned about and is their a way to get the da* format back when running the zpool status command?

Please let me know if you need more information.

Thanks in advance.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,702
No need for concern.

Those formats aren't ultimately useful anyway as they aren't permanently tied to a specific disk like the GPTID is.
 

runevn

Explorer
Joined
Apr 4, 2019
Messages
63
Thanks for the quick answer. I will not worry then.

Once again thanks.
 
Top