Benjamin Bryan
Cadet
- Joined
 - Apr 4, 2014
 
- Messages
 - 8
 
I created a pool in OmniOS, which I'm trying to import into FreeNAS.
 
If I go to Storage -> Auto Import Volume, the GUI will not find the disk.
 
I do have a missing log device that I can't bring over at the moment, so maybe that's the issue. I thought I'd import it on the command line, I can successfully import the pool via:
 
# zpool import -R /mnt -m tank
 
The only errors I see are:
Unsupported share protocol: 1.
Unsupported share protocol: 1.
Unsupported share protocol: 1.
Which are probably my CIFS or NFS shares not coming over which is fine, I should be able to recreate them in FreeNAS.
 
The problem is the pool doesn't show up in the GUI. Via shell I see all my data under /mnt/tank, in the GUI the ZFS Snapshots shows all my snapshots... however I don't see "tank" under Active Volumes, and it's also not showing up under the tree (I should see "/mnt/tank" under under Storage -> Volumes).
 
Any suggestions? Thanks!
Ben
	
		
			
		
		
	
			
			If I go to Storage -> Auto Import Volume, the GUI will not find the disk.
I do have a missing log device that I can't bring over at the moment, so maybe that's the issue. I thought I'd import it on the command line, I can successfully import the pool via:
# zpool import -R /mnt -m tank
The only errors I see are:
Unsupported share protocol: 1.
Unsupported share protocol: 1.
Unsupported share protocol: 1.
Which are probably my CIFS or NFS shares not coming over which is fine, I should be able to recreate them in FreeNAS.
The problem is the pool doesn't show up in the GUI. Via shell I see all my data under /mnt/tank, in the GUI the ZFS Snapshots shows all my snapshots... however I don't see "tank" under Active Volumes, and it's also not showing up under the tree (I should see "/mnt/tank" under under Storage -> Volumes).
Any suggestions? Thanks!
Ben