(SOLVED) Error getting available space 0 (Error)

FreeNASKian

Cadet
Joined
Mar 4, 2019
Messages
3
Hello,
I had a horrible winter storm that hit my area and lost power for 5 hours while i was at work. My Battery Backup did not last more than 30 minutes. I currently have a 30TB array RAID 5 on an Adaptec 6805T which is showing up as "Optimal". My issue is when i log into FreeNas version 11.0-U3 i am getting "Error getting available space" 0 (Error).
Running "zpool status -v " results in no errors that i can see.

[root@freenas ~]# zpool status -v pool: freenas-boot state: ONLINE scan: scrub repaired 0 in 0h0m with 0 errors on Sun Feb 24 03:45:06 2019 config: NAME STATE READ WRITE CKSUM freenas-boot ONLINE 0 0 0 ada0p2 ONLINE 0 0 0 errors: No known data errors
What should my next steps be?
Should i attempt to run " zpool import -F tb28"?

After reading a few articles i see that i am not supposed to be using a RAID controller.

Any help is appreciated. I have over 15 Years of data on these drives.
 

Attachments

  • raid.PNG
    raid.PNG
    64.3 KB · Views: 273
Last edited:

FreeNASKian

Cadet
Joined
Mar 4, 2019
Messages
3
I ran the command "zpool import -F tb28" and now when i go under View Volumes i see the datasets.
Do i reboot now or is there something i need to do before i reboot?



Edit:18:05PM
Ran the command "zpool scrub tb28"
then ran the command "zpool status"
Results..
pool: freenas-boot
state: ONLINE
scan: scrub repaired 0 in 0h0m with 0 errors on Sun Feb 24 03:45:06 2019
config:

NAME STATE READ WRITE CKSUM
freenas-boot ONLINE 0 0 0
ada0p2 ONLINE 0 0 0

errors: No known data errors

pool: tb28
state: ONLINE
scan: scrub in progress since Mon Mar 4 15:22:55 2019
10.6G scanned out of 12.4T at 165M/s, 21h53m to go
0 repaired, 0.08% done
config:

NAME STATE READ WRITE CKSUM
tb28 ONLINE 0 0 0
gptid/cf4d1964-c02e-11e7-b5ae-9c8e992488da ONLINE 0 0 0

errors: No known data errors
 

Attachments

  • datasets.PNG
    datasets.PNG
    18.8 KB · Views: 267
Last edited:

FreeNASKian

Cadet
Joined
Mar 4, 2019
Messages
3
The last part i am a little nervous about. Detaching the share then reattaching the share. Do I re-import it after the detach?

Edit: make sure you un-select both options first when detaching the data pool, then select Import volume. Select the first option if you are not using encryption.

SOLVED...
 

Attachments

  • detachshare.PNG
    detachshare.PNG
    23.7 KB · Views: 265
Last edited:
Top