Zpool Auto Import Volume Fails - Crash - reboot

Status
Not open for further replies.

scansterz

Dabbler
Joined
Mar 10, 2012
Messages
15
Hi,
I've searched for an answer or help on this issue.
The server had power outage - tried to reboot and zpools acted 'funny' - one not showing up.

When trying to Auto Import Volumes the screen shows bunch of text flying by and the system reboots.

Anyone have this problem? Crash? Reboot?

RaidZ_T1 - This is the one that will not auto import
the T2 pool - does auto import and works fine.

ll disk show up on the list, all spin up and show as healthy.

Advise!

Thanks ahead for any help to this.

-Scan

INFO:
======
FreeNAS-9.2.1.9-RELEASE-x64 (2bbba09)
Platform Intel(R) Celeron(R) CPU E3200 @ 2.40GHz
Memory 3973MB
System Time Wed Jun 10 13:27:13 CDT 2015
Uptime 1:27PM up 23 mins, 1 user
Load Average 0.00, 0.00, 0.06


Out put from zpool import
=============================
[xxxx@MediaServer] ~# zpool import

pool: RaidZ_T1
id: 8953467395441217692
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:

RaidZ_T1 ONLINE
raidz1-0 ONLINE
gptid/a4ad44a8-7e02-11e3-acdf-001cc09ccd5d ONLINE
gptid/a52a158d-7e02-11e3-acdf-001cc09ccd5d ONLINE
gptid/8c87c144-dc96-11e4-8943-001cc09ccd5d ONLINE
gptid/aa002151-e44c-11e4-88b8-001cc09ccd5d ONLINE
gptid/a6e20cc8-7e02-11e3-acdf-001cc09ccd5d ONLINE


pool: T2
id: 9625833001871871689
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:



T2 ONLINE
mirror-0 ONLINE
gptid/f99bf0d8-e420-11e4-8a49-001cc09ccd5d ONLINE
gptid/dc4d0528-77d5-11e4-8d98-001cc09ccd5d ONLINE

[root@MediaServer] ~#

ADDED: gave this a try too...
=========
[xxxx@MediaServer] /dev# zpool import -f -o readonly=on RaidZ_T1

cannot mount '/RaidZ_T1': failed to create mountpoint
cannot mount '/RaidZ_T1/.system': failed to create mountpoint
cannot mount '/RaidZ_T1/.system/cores': failed to create mountpoint
cannot mount '/RaidZ_T1/.system/rrd-3a1d886b20944327836f456fb5bae217': failed to create mountpoint
cannot mount '/RaidZ_T1/.system/rrd-f6da24756e2f4dee86c3a9c9fb75829f': failed to create mountpoint
cannot mount '/RaidZ_T1/.system/samba4': failed to create mountpoint
cannot mount '/RaidZ_T1/.system/syslog-3a1d886b20944327836f456fb5bae217': failed to create mountpoint
cannot mount '/RaidZ_T1/.system/syslog-f6da24756e2f4dee86c3a9c9fb75829f': failed to create mountpoint
cannot mount '/RaidZ_T1/FTP': failed to create mountpoint
cannot mount '/RaidZ_T1/Jailor': failed to create mountpoint
cannot mount '/RaidZ_T1/Jailor/.warden-template-pluginjail': failed to create mountpoint
cannot mount '/RaidZ_T1/Jailor/plexmediaserver_1': failed to create mountpoint
cannot mount '/RaidZ_T1/MediaT1': failed to create mountpoint
 
Last edited:

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194

scansterz

Dabbler
Joined
Mar 10, 2012
Messages
15
yea, I realize that and it has been debated and I've used it for a year and half that way working just fine till now. how ever I do have on order some more ram.
I am adding to the post because I found another thing: (It says it's there but the GUI does not show it) This came up after I ran "zpool import -f -o readonly=on RaidZ_T1"
and "zfs list -r -o name,mount point"
So something weird is going on...
============================================
[root@freenas] ~# zpool status

pool: RaidZ_T1
state: ONLINE
scan: scrub repaired 0 in 0h56m with 0 errors on Sat May 9 22:56:52 2015

config:

NAME STATE READ WRITE CKSUM
RaidZ_T1 ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
gptid/a4ad44a8-7e02-11e3-acdf-001cc09ccd5d ONLINE 0 0 0
gptid/a52a158d-7e02-11e3-acdf-001cc09ccd5d ONLINE 0 0 0
gptid/8c87c144-dc96-11e4-8943-001cc09ccd5d ONLINE 0 0 0
gptid/aa002151-e44c-11e4-88b8-001cc09ccd5d ONLINE 0 0 0
gptid/a6e20cc8-7e02-11e3-acdf-001cc09ccd5d ONLINE 0 0 0

errors: No known data errors

========
And then the dilemma - after a reboot no pools available.
 
Last edited:

david kennedy

Explorer
Joined
Dec 19, 2013
Messages
98
yea, I realize that and it has been debated and I've used it for a year and half that way working just fine till now. how ever I do have on order some more ram.
I am adding to the post because I found another thing: (It says it's there but the GUI does not show it) This came up after I ran "zpool import -f -o readonly=on RaidZ_T1"
and "zfs list -r -o name,mount point"
So something weird is going on...
.


This is one of those things with ZFS. Once it reaches some "magic" size it wont mount due to not enough memory.
Try bringing your system up to the minimum amount of ram recommended and hope the pool isnt damaged.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
"It worked before" is not a valid excuse to not meet the minimum requirements.

I can probably load a generator to 150% of its nominal power. It'll probably work for a while, but it's still a bad idea.
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
I've used it for a year and half that way working just fine till now.
Ha! You have just quoted the exact thing we warn against and what will happen when you run with limited memory resources.

The reason the GUI can't see it is because you used the cli to import it. Wait for your memory to show up and cross your fingers that you haven't corrupted your pool.
 
Status
Not open for further replies.
Top