SOLVED Pool online but not showing in Storage/Volumes

Status
Not open for further replies.

elangley

Contributor
Joined
Jun 4, 2012
Messages
109
Hello All,

I have a Volume that does not show up in Storage/Volumes in FreeNAS FreeNAS-9.10.2-U6

How can I get the Volume to show up?

Here's what I have done so far.

The volume that came up with an error on boot after an inadvertent shutdown.
I detached the volume, rebooted and ran
'zpool import -F vol1'

The results of 'zpool status -v' is:
errors: No known data errors

pool: vol1
state: ONLINE
scan: scrub repaired 0 in 1h40m with 0 errors on Sun Sep 23 01:40:48 2018
config:

NAME STATE READ WRITE CKS
UM
vol1 ONLINE 0 0
0
mirror-0 ONLINE 0 0
0
gptid/883cb09d-d2a9-11e5-afa2-000c295567ae ONLINE 0 0
0
gptid/88d462d3-d2a9-11e5-afa2-000c295567ae ONLINE 0 0

In the GUI I click on Import Volume but no Volumes are in the list to choose from.

~eric
 
Last edited:

elangley

Contributor
Joined
Jun 4, 2012
Messages
109
This was resolved by exporting the volume in shell and importing in the GUI.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
When you post something like this, would you please put it in a code block so that it is easier to read.

Code:
The results of 'zpool status -v' is:
errors: No known data errors												  
																		  
  pool: vol1																  
state: ONLINE															  
  scan: scrub repaired 0 in 1h40m with 0 errors on Sun Sep 23 01:40:48 2018  
config:																	  
																		  
	   NAME											STATE	READ WRITE CKSUM
	   vol1											ONLINE	   0	0	0
		mirror-0									   ONLINE	   0	0	0
		   gptid/883cb09d-d2a9-11e5-afa2-000c295567ae  ONLINE	   0	0	0
		   gptid/88d462d3-d2a9-11e5-afa2-000c295567ae  ONLINE	   0	0	0
 
Status
Not open for further replies.
Top