Help with volume import

Status
Not open for further replies.

jsv87

Cadet
Joined
Jul 15, 2017
Messages
4
Been running on Corral with no issues. Long story short, my USB boot drive failed so I decided to go on over to 11.

Install went smoothly and I attempted to import my volume using the GUI, and it came in with "Error getting available space". I can see the drives and the correct amount of used space under Reporting. I don't see any issues or error in zpool satus. But I still do not have access to the volume contents.

I started with Corral and don't have much experience with freenas otherwise. What's the next step here?

Code:
[root@freenas ~]# zpool status																									
  pool: Server Storage																											
state: ONLINE																													
  scan: none requested																											
config:																															
																																  
		NAME											STATE	 READ WRITE CKSUM												
		Server Storage								  ONLINE	   0	 0	 0												
		  mirror-0									  ONLINE	   0	 0	 0												
			gptid/e8b6ad61-16f8-11e7-b8f8-7845c40a3fff  ONLINE	   0	 0	 0												 
			gptid/e8c16c38-16f8-11e7-b8f8-7845c40a3fff  ONLINE	   0	 0	 0												 
																																  
errors: No known data errors																									  
																																  
  pool: freenas-boot																											  
state: ONLINE																													
  scan: none requested																											
config:																															
																																  
		NAME		STATE	 READ WRITE CKSUM																					
		freenas-boot  ONLINE	   0	 0	 0																				  
		  da0p2	 ONLINE	   0	 0	 0																					
																																  
errors: No known data errors	


i7 4770
2 WD Red 3.0TB
16GB RAM
 
Last edited:

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
A space in the poolname? That screams "poorly-handled pool name string".

Run the following:
zpool export "Server Storage"
zpool import "Server Storage" Server-Storage

Then restore the factory config and try again.
 

jsv87

Cadet
Joined
Jul 15, 2017
Messages
4
Thanks for the quick reply.

I ran your suggestions but get "cannot open "Server Storage" : no such pool"

UPDATE: I was able to export and import and get the name changed. However, I'm still getting the same issue as before
 
Last edited:

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Can we get a screenshot of what exactly is going on in the GUI?
 

jsv87

Cadet
Joined
Jul 15, 2017
Messages
4
So this is where I'm at. Trying to gain access back to the volume.
Capture.JPG


Capture2.JPG


Capture3.JPG
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
You don't seem to have reset the config to default. Either do that or fix all the instances of the old pool name in the GUI.
 

Stux

MVP
Joined
Jun 2, 2016
Messages
4,419
And report a bug about pools with spaces in their names?
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194

njxc500

Dabbler
Joined
Oct 10, 2011
Messages
11
Thank you for this, I had this exact same problem, a simple space in the zpool name screwed up my entire upgrade plan......I nearly went back to 10. Thanks.
 
Status
Not open for further replies.
Top