SOLVED Accidentally imported "freens-boot" into storage

JamesT42

Dabbler
Joined
Jan 11, 2017
Messages
13
Hi!
I accidentally imported the freenas-boot pool into the storage tab. How do I get it out of there safely?
(The warning New feature flags are available for volume freenas-boot. is always displayed, which is annoying)
Cheers
James
 
Last edited:
D

dlavigne

Guest
Which build version of FreeNAS (System -> Information)?

Also, attach the output of zpool status within code tags.
 

JamesT42

Dabbler
Joined
Jan 11, 2017
Messages
13
FreeNAS-11.1-U4

Code:
  pool: DATA
 state: ONLINE
  scan: scrub repaired 0 in 0 days 07:13:48 with 0 errors on Sun Apr  8 07:13:49 2018
config:

		NAME												STATE	 READ WRITE CKSUM
		DATA												ONLINE	   0	 0	 0
		  raidz1-0										  ONLINE	   0	 0	 0
			gptid/9fa7f772-37c5-11e7-9adc-3ca82a9fe208.eli  ONLINE	   0	 0	 0
			gptid/a06051fa-37c5-11e7-9adc-3ca82a9fe208.eli  ONLINE	   0	 0	 0
			gptid/a16d320a-37c5-11e7-9adc-3ca82a9fe208.eli  ONLINE	   0	 0	 0
			gptid/a27210ce-37c5-11e7-9adc-3ca82a9fe208.eli  ONLINE	   0	 0	 0

errors: No known data errors

  pool: EXT5TB
 state: ONLINE
  scan: scrub repaired 0 in 0 days 04:14:59 with 0 errors on Fri Apr 20 04:02:10 2018
config:

		NAME											  STATE	 READ WRITE CKSUM
		EXT5TB											ONLINE	   0	 0	 0
		  gptid/a08a0861-2309-11e8-a34c-3ca82a9fe208.eli  ONLINE	   0	 0	 0

errors: No known data errors

  pool: SSHD
 state: ONLINE
  scan: scrub repaired 0 in 0 days 02:27:20 with 0 errors on Sun Mar 11 04:27:22 2018
config:

		NAME											  STATE	 READ WRITE CKSUM
		SSHD											  ONLINE	   0	 0	 0
		  gptid/56472412-4da2-11e5-92b9-3ca82a9fe208.eli  ONLINE	   0	 0	 0

errors: No known data errors

  pool: freenas-boot
 state: ONLINE
  scan: scrub repaired 0 in 0 days 00:01:38 with 0 errors on Thu Apr 19 03:46:38 2018
config:

		NAME		STATE	 READ WRITE CKSUM
		freenas-boot  ONLINE	   0	 0	 0
		  mirror-0  ONLINE	   0	 0	 0
			da1p2   ONLINE	   0	 0	 0
			da2p2   ONLINE	   0	 0	 0

errors: No known data errors
 

pschatz100

Guru
Joined
Mar 30, 2014
Messages
1,184
Did you try turning off the warning? (clear the checkbox)
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
I accidentally imported the freenas-boot pool into the storage tab. How do I get it out of there safely?
(The warning New feature flags are available for volume freenas-boot. is always displayed, which is annoying)
I've seen this before. Something caused the boot pool to not be treated correctly, but we never figured out how to reproduce that user's problem.
 

JamesT42

Dabbler
Joined
Jan 11, 2017
Messages
13
Please post a screenshot of your storage tab.

Sorry for the long wait, but now I have the screenshot.

Actually I was able toe reproduce the problem on another install. I had a broken freenas install (to replace a boken flash drive I replaced it with a new usb flash drive, which turned out to be defective while resilvering the boot pool, I was unable to boot after that) and wanted to see if I could get some data from the broken "old" freenas-boot pool. While importing, a freenas-boot pool was displayed, but it turns out it imported the normal freenas-boot pool of the running system. Maybe that is because they both have the same name?
 

Attachments

  • freenas-boot problem.png
    freenas-boot problem.png
    18.3 KB · Views: 246

JamesT42

Dabbler
Joined
Jan 11, 2017
Messages
13
So I have finally solved this by exporting the database backup, then editing the .db file with an editor and replacing every mention of freenas-boot with xxxxnas-boot (exact name probably does not matter except it seems to be inportant that the number of characters it the same). Then saving the file, putting it back into the .tar with 7zip and then importing the databse backup. Then I was able to export the xxxxnas-boot in GUI.
 
Top