Corral to FreeNAS 11-STABLE Pool Name Has <space> Character

Status
Not open for further replies.

BlackJacque

Cadet
Joined
Aug 6, 2017
Messages
1
Hi.

I just 'upgraded' from Corral to FreeNAS 11-STABLE.

It went OK, mostly. All my pools named with single word Pool Names came over OK with Volume Imports. One of my pools created under Corral has a <space> character in it. For example: "NAS Archive". I can't do a Volume Import on this pool. The pool name was OK with Corral, not with FreeNAS 11?

Oddly zpool status shows the "NAS Archive" pool. I just can't address it by its name.

Code:
pool: NAS Archive																												
state: ONLINE																													
  scan: scrub repaired 0 in 1h6m with 0 errors on Tue Jul  4 04:06:48 2017														
config:																															
																																	
		NAME											STATE	 READ WRITE CKSUM												
		NAS Archive									 ONLINE	   0	 0	 0												
		  mirror-0									  ONLINE	   0	 0	 0												
			gptid/ec780f14-3e2d-11e7-8e7c-d05099c0b6ec  ONLINE	   0	 0	 0													  gptid/ecff9090-3e2d-11e7-8e7c-d05099c0b6ec  ONLINE	   0	 0	 0


I've tried a zfs export to rename the pool. I see:
Code:
# zpool export NAS Archive																						
cannot open 'NAS': no such pool																									
cannot open 'Archive': no such pool

How can I do an Import Volume on a Corral created pool with the name "NAS Archive"?

Thanks in advance.
 
Last edited by a moderator:
Joined
Jul 10, 2016
Messages
521
Try putting it in quotes: zpool export "NAS Archive"
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Quotes are always good practice when entering filenames and similar strings. When spaces are present, they're essential.
 
Status
Not open for further replies.
Top