Corral to 11, can't find zpool

Status
Not open for further replies.

Adrian Helle

Cadet
Joined
Jun 30, 2017
Messages
5
Hi!

So I just reinstalled my server from corral to FreeNAS 11, and now I have some issues with importing my datasets.

To begin with: I have one dataset which was created on a 9.3 (i think) installation, and imported it to corral, without problems. So while running corral for some months I created a new dataset with 3 disks and one spare. Since 11 was out and corral got "trashed" i decided to switch, but now I can't seem to import any of those two datasets.

Here are some output from camcontrol, geom and gpart:
Code:
root@freenas:~ # camcontrol devlist
<ATA WDC WD5000BPKT-8 1A01>		at scbus0 target 1 lun 0 (pass0)
<ATA ST4000LM024-2AN1 0001>		at scbus0 target 2 lun 0 (pass1)
<ATA ST4000LM024-2AN1 0001>		at scbus0 target 3 lun 0 (pass2)
<ATA ST4000LM024-2AN1 0001>		at scbus0 target 4 lun 0 (pass3)
<ATA ST4000LM024-2AN1 0001>		at scbus0 target 5 lun 0 (pass4)
<DP BACKPLANE 1.07>				at scbus0 target 32 lun 0 (pass5,ses0)
<TEAC DVD-ROM DV-28SW R.2A>		at scbus1 target 0 lun 0 (pass6,cd0)
<SanDisk Ultra 1.00>			   at scbus4 target 0 lun 0 (pass7,da0)


Code:
root@freenas:~ # geom disk list
Geom name: cd0
Providers:
1. Name: cd0
   Mediasize: 0 (0B)
   Sectorsize: 2048
   Mode: r0w0e0
   descr: TEAC DVD-ROM DV-28SW
   ident: (null)
   rotationrate: unknown
   fwsectors: 0
   fwheads: 0

Geom name: da0
Providers:
1. Name: da0
   Mediasize: 15597568000 (15G)
   Sectorsize: 512
   Mode: r1w1e2
   descr: SanDisk Ultra
   lunname: SanDisk Ultra		   4C530001281106112161
   lunid: SanDisk Ultra		   4C530001281106112161
   ident: 4C530001281106112161
   rotationrate: unknown
   fwsectors: 63
   fwheads: 255


Code:
root@freenas:~ # gpart list
Geom name: da0
modified: false
state: OK
fwheads: 255
fwsectors: 63
last: 30463959
first: 40
entries: 152
scheme: GPT
Providers:
1. Name: da0p1
   Mediasize: 524288 (512K)
   Sectorsize: 512
   Stripesize: 0
   Stripeoffset: 20480
   Mode: r0w0e0
   rawuuid: 1328581a-5dd9-11e7-b7ca-180373f4112a
   rawtype: 21686148-6449-6e6f-744e-656564454649
   label: (null)
   length: 524288
   offset: 20480
   type: bios-boot
   index: 1
   end: 1063
   start: 40
2. Name: da0p2
   Mediasize: 15596998656 (15G)
   Sectorsize: 512
   Stripesize: 0
   Stripeoffset: 544768
   Mode: r1w1e1
   rawuuid: 13311b97-5dd9-11e7-b7ca-180373f4112a
   rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b
   label: (null)
   length: 15596998656
   offset: 544768
   type: freebsd-zfs
   index: 2
   end: 30463951
   start: 1064
Consumers:
1. Name: da0
   Mediasize: 15597568000 (15G)
   Sectorsize: 512
   Mode: r1w1e2


The HW is a Dell poweredge r610 with a PERC H700 adapter.

I am a bit clueless right now, so help or pointers would be much appreciated!
 
Last edited by a moderator:

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
Last edited by a moderator:

Adrian Helle

Cadet
Joined
Jun 30, 2017
Messages
5
In the cli what is the output of zpool import and zpool status?

Sent from my Nexus 5X using Tapatalk

Here you go:

Code:
root@freenas:~ # zpool list
NAME		   SIZE  ALLOC   FREE  EXPANDSZ   FRAG	CAP  DEDUP  HEALTH  ALTROOT
freenas-boot  14.5G   744M  13.8G		 -	  -	 5%  1.00x  ONLINE  -
root@freenas:~ # zpool import
root@freenas:~ #
 
Last edited by a moderator:

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
There are currently no pools that can be imported in that system.

Did you flash today h700 into it mode or just using raid?

Sent from my Nexus 5X using Tapatalk
 
Last edited by a moderator:

Adrian Helle

Cadet
Joined
Jun 30, 2017
Messages
5
There are currently no pools that can be imported in that system.

Did you flash today h700 into it mode or just using raid?

Sent from my Nexus 5X using Tapatalk

I haven't done anything with the h700 at all, as it was working on corral.
I added this to /boot/loader.conf (since it was enabled on corral):
hw.mfi.allow_cam_disk_passthrough="1"
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
I haven't done anything with the h700 at all, as it was working on corral.
I added this to /boot/loader.conf (since it was enabled on corral):
hw.mfi.allow_cam_disk_passthrough="1"
You can't use raid cards, this is plastered over everything zfs. Pool is probably gone. Take this as a lesson learned, get a proper hba and restore from backup.

It's not the switch to 11 that killed things it's the reboot and raid card. Maybe you can mess with things in the raid bios and get it back. If you do you need to rebuild the pool anyways without that raid card.

Sent from my Nexus 5X using Tapatalk
 

Adrian Helle

Cadet
Joined
Jun 30, 2017
Messages
5
You can't use raid cards, this is plastered over everything zfs. Pool is probably gone. Take this as a lesson learned, get a proper hba and restore from backup.

It's not the switch to 11 that killed things it's the reboot and raid card. Maybe you can mess with things in the raid bios and get it back. If you do you need to rebuild the pool anyways without that raid card.

Sent from my Nexus 5X using Tapatalk

Why would a reboot kill it? It have rebooted it countless times in the past, and i have even had to reinstall corral because of a dead USB-stick. None of this has caused any issues in the past.

The raidcard doesn't actually do anything as there has never been any configuration on it.
 
Status
Not open for further replies.
Top