Failure to Import Volume From Corral

Status
Not open for further replies.
Joined
Apr 12, 2014
Messages
11
I've downgraded from Corral by doing a clean install of FreeNAS-9.10.2-U5 (561f0d7a1). I tried using the wizard but it fails to automatically import my existing volume. I can see it in the shell under /mnt. I've looked at some older posts about importing volumes. But they solve the problem of getting the volume mounted. Mine seems to be mounted, but it's not appearing in the WebGUI.

I'm sorry I don't have more info now. I'm not sure what will be useful, nor how to get it. I'm happy to get whatever information anyone needs to help. I just need to know what the commands are. Thank you in advance.
 

m0nkey_

MVP
Joined
Oct 27, 2015
Messages
2,739
You'll need to install FreeNAS 11-RC4 to import a pool from Corral.
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Mine seems to be mounted, but it's not appearing in the WebGUI.
To confirm, what's the output of zpool status? If the pool is currently imported, all you should need to do is export it from the command line ( zpool export poolname), go to Storage in the GUI, and Import Volume.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
You'll need to install FreeNAS 11-RC4 to import a pool from Corral.
Not true:

https://forums.freenas.org/index.ph...ng-from-freenas-corral-to-freenas-9-10-11.36/

FreeBSD 11 only adds two feature flags: sha512 and skein for checksumming and dedup. Most users will not have actually used these in any dataset, so they should still be marked as "enabled", so pools that were either upgraded or created in Corral will mostly just import in 9.10.2. If you actually used either of these feature flags, you most likely knew what you were getting yourself into.
 
Joined
Apr 12, 2014
Messages
11
THAnk you, danb35! It shows now. I think it's fixed. I'm going to work on setting up my shares again. I'm leaving the requested output in case that will help others.

Code:
[root@freenas ~]# zpool status																									 
  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																									   
																																   
  pool: thearchive																												 
state: ONLINE																													 
  scan: scrub repaired 0 in 34h56m with 0 errors on Mon Apr  3 10:56:39 2017													   
config:																															 
																																   
		NAME											STATE	 READ WRITE CKSUM												 
		thearchive									  ONLINE	   0	 0	 0												 
		  raidz2-0									  ONLINE	   0	 0	 0												 
			gptid/81fbdaa6-f93e-11e5-bed3-94de8004bbb2  ONLINE	   0	 0	 0												 
			gptid/82da9e13-f93e-11e5-bed3-94de8004bbb2  ONLINE	   0	 0	 0												 
			gptid/83c96e2e-f93e-11e5-bed3-94de8004bbb2  ONLINE	   0	 0	 0												 
			gptid/84c2f0d8-f93e-11e5-bed3-94de8004bbb2  ONLINE	   0	 0	 0												 
			gptid/85ae1d7b-f93e-11e5-bed3-94de8004bbb2  ONLINE	   0	 0	 0												 
			gptid/86a4a65a-f93e-11e5-bed3-94de8004bbb2  ONLINE	   0	 0	 0												 
																																   
errors: No known data errors
 
Joined
Apr 12, 2014
Messages
11
Yes, I can report everything works fine. My files are still there. And all the shares are working so far. Thank you.
 
Status
Not open for further replies.
Top