I have been running FreeNAS 9.10 containing a RAID10 volume comprised of six 3TiB WD datacenter drives for about a year now. A few days ago I saw that one of the mirrors had degraded causing the array to degrade. So I added a new 7th disk and instructed freenas through the GUI to replace the drive. Just after selecting the new drive in the presented drop down menu the Webportal went offline. However, I saw that the array had become very active, so assuming that the mirror was replicating to the new drive I left the system alone for awhile.
When I came back to the array about a day later the portal was still unavailable, so I ran 'zpool status' from the cli which provided the following output. Looking at this output it a appears I now have two which have been removed from the mirror sets.
I have been researching this hoping I would not need to bother the community but I really could use some help.
Additionally, I am fine proceeding with the cli for now but at some point I would like to get the GUI running again. I am completely unfamiliar with nginx, so I will probably need help with that as well.
When I came back to the array about a day later the portal was still unavailable, so I ran 'zpool status' from the cli which provided the following output. Looking at this output it a appears I now have two which have been removed from the mirror sets.
Code:
[root@freenas] ~# zpool status pool: UberStore state: DEGRADED status: One or more devices has been removed by the administrator. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Online the device using 'zpool online' or replace the device with 'zpool replace'. scan: resilvered 237G in 2h9m with 0 errors on Sun Dec 3 20:28:37 2017 config: NAME STATE READ WRITE CKSUM UberStore DEGRADED 0 0 0 mirror-0 DEGRADED 0 0 0 gptid/d90afcc5-19ae-11e7-b492-d05099c1cb7b ONLINE 0 0 0 1235246432796506539 REMOVED 0 0 0 was /dev/gptid/d9a3adfe-19ae-11e7-b492-d05099c1cb7b mirror-1 DEGRADED 0 0 0 4075242487269000551 REMOVED 0 0 0 was /dev/gptid/dcba356c-19ae-11e7-b492-d05099c1cb7b gptid/dd6c9ecd-19ae-11e7-b492-d05099c1cb7b ONLINE 0 0 0 mirror-2 ONLINE 0 0 0 gptid/de0d95b2-19ae-11e7-b492-d05099c1cb7b ONLINE 0 0 0 gptid/54304a63-d880-11e7-bc9b-d05099c1cb7b ONLINE 0 0 0 errors: No known data errors pool: freenas-boot state: ONLINE scan: scrub repaired 0 in 0h0m with 0 errors on Mon Dec 4 03:45:19 2017 config: NAME STATE READ WRITE CKSUM freenas-boot ONLINE 0 0 0 ada5p2 ONLINE 0 0 0 errors: No known data errors
I have been researching this hoping I would not need to bother the community but I really could use some help.
Additionally, I am fine proceeding with the cli for now but at some point I would like to get the GUI running again. I am completely unfamiliar with nginx, so I will probably need help with that as well.
Last edited: