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:
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.
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 errorsHowever, 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.