upgrade from 11.0-U4 -> 11.1-U1 : pool fails to be recognized

Status
Not open for further replies.

dSe

Cadet
Joined
Feb 18, 2018
Messages
2
Hi All,

When moving my boot to the 11.1-U1 my boot fails to be recognized and I cannot even force import it:
Code:
root@nas:~ # zpool import
   pool: core
	 id: 630876844513410901
  state: UNAVAIL
status: One or more devices are missing from the system.
 action: The pool cannot be imported. Attach the missing
		devices and try again.
   see: http://illumos.org/msg/ZFS-8000-6X
...


after trying to force import the following happens:
Code:
root@nas:~ # zpool import -F -n core
root@nas:~ # zpool status
  pool: freenas-boot
 state: ONLINE
  scan: scrub repaired 0 in 0 days 00:05:02 with 0 errors on Sat Feb 17 03:50:02 2018
config:

		NAME		STATE	 READ WRITE CKSUM
		freenas-boot  ONLINE	   0	 0	 0
		  da0p2	 ONLINE	   0	 0	 0

errors: No known data errors
root@nas:~ # zpool list
NAME		   SIZE  ALLOC   FREE  EXPANDSZ   FRAG	CAP  DEDUP  HEALTH  ALTROOT
freenas-boot  28.8G  7.18G  21.6G		 -	  -	24%  1.00x  ONLINE  -


Switching back to the old boot (11.0-U4) the pool works fine. Any help is appreciated :)
 

dSe

Cadet
Joined
Feb 18, 2018
Messages
2
hmm apparently my log disk is not getting recognized after the update :S

the plot thickens...
 
Status
Not open for further replies.
Top