Hi together,
I know there are already many different threads regarding reboot on pool imports but my situation is a bit different.
First of all my system:
Build FreeNAS-9.10.1-U2 (f045a8b)
Platform AMD Athlon(tm) II X3 450 Processor
Memory 8124MB (non-ECC)
HDD: 8x 4TB RED WD40EFRX
Short story:
I'm not able to import my zfs pool anymore since I started a scrub that caused a system reboot (please see pre story below why I try to import).
Everytime I try to import the pool. hundreds of messages are scrolling through the screen - partly overlapping each other (it looks very weird) - and finally the screen gets blank and the system is rebooting.
The systems comes back again but without the pool.
I also tried to upload my last config backup to a fresh installed freenas. After the config-import reboot, the system hangs in a "kdb panic state"
What I can do is to mount my pool in read only state. Everything is fine then.
What can I do?
Here are some more infos:
I can list my files beneath "mount" in this state so I would say my pool is not corrupted / destroyed or whatever.
Pre Story so far:
This system runs smoothly since years with 8 x 2TB green HDDs. I also had some drive failures in the past but zfs could handle it after replacing the failed disks.
Across the last weeks I started to expand this pool in a way that I replaced one drive after another with a 4TB RED one.
Today I replaced the last one succesfully and the resilver process also finished without errors.
After that I could expand the pool and everything was fine. Access was possible.
And then...I made something bad obviously: Still with Freenas 9.3 I started the scrub process. After some minutes I realised that the system is rebooting. However it didn't come back because it hanged everytime in a "kdb panic" error.
So I thought to try it with the latest freenas system freshly installed. With the fresh installed system I tried to import the volume but (see short story above)
I know there are already many different threads regarding reboot on pool imports but my situation is a bit different.
First of all my system:
Build FreeNAS-9.10.1-U2 (f045a8b)
Platform AMD Athlon(tm) II X3 450 Processor
Memory 8124MB (non-ECC)
HDD: 8x 4TB RED WD40EFRX
Short story:
I'm not able to import my zfs pool anymore since I started a scrub that caused a system reboot (please see pre story below why I try to import).
Everytime I try to import the pool. hundreds of messages are scrolling through the screen - partly overlapping each other (it looks very weird) - and finally the screen gets blank and the system is rebooting.
The systems comes back again but without the pool.
I also tried to upload my last config backup to a fresh installed freenas. After the config-import reboot, the system hangs in a "kdb panic state"
What I can do is to mount my pool in read only state. Everything is fine then.
zpool import -f -o readonly=on pool01
What can I do?
Here are some more infos:
Code:
[root@freenas ~]# zpool import pool: pool01 id: 12316858264337946 state: ONLINE status: The pool was last accessed by another system. action: The pool can be imported using its name or numeric identifier and the '-f' flag. see: http://illumos.org/msg/ZFS-8000-EY config: pool01 ONLINE raidz1-0 ONLINE gptid/a4340e86-fe3e-11e4-86b6-3085a93c9a92 ONLINE gptid/50c291bd-095f-11e5-bd5a-3085a93c9a92 ONLINE gptid/36980e9b-279c-11e5-96b6-3085a93c9a92 ONLINE gptid/e4d99054-04a3-11e6-89a9-3085a93c9a92 ONLINE raidz1-1 ONLINE gptid/985ad909-9e3c-11e6-8250-3085a93c9a92 ONLINE gptid/f75484c6-9dab-11e6-a69a-3085a93c9a92 ONLINE gptid/cde8b704-9d40-11e6-819e-3085a93c9a92 ONLINE gptid/8fac6843-9c65-11e6-97c1-3085a93c9a92 ONLINE [root@freenas ~]#
Code:
[root@freenas ~]# zpool import -f -o readonly=on pool01 mnt [root@freenas ~]# zpool status mnt pool: mnt state: ONLINE scan: scrub in progress since Sun Oct 30 03:04:09 2016 9.04G scanned out of 13.6T at 1/s, (scan is slow, no estimated time) 0 repaired, 0.06% done config: NAME STATE READ WRITE CKSUM mnt ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 gptid/a4340e86-fe3e-11e4-86b6-3085a93c9a92 ONLINE 0 0 0 gptid/50c291bd-095f-11e5-bd5a-3085a93c9a92 ONLINE 0 0 0 gptid/36980e9b-279c-11e5-96b6-3085a93c9a92 ONLINE 0 0 0 gptid/e4d99054-04a3-11e6-89a9-3085a93c9a92 ONLINE 0 0 0 raidz1-1 ONLINE 0 0 0 gptid/985ad909-9e3c-11e6-8250-3085a93c9a92 ONLINE 0 0 0 gptid/f75484c6-9dab-11e6-a69a-3085a93c9a92 ONLINE 0 0 0 gptid/cde8b704-9d40-11e6-819e-3085a93c9a92 ONLINE 0 0 0 gptid/8fac6843-9c65-11e6-97c1-3085a93c9a92 ONLINE 0 0 0 errors: No known data errors [root@freenas ~]#
I can list my files beneath "mount" in this state so I would say my pool is not corrupted / destroyed or whatever.
Pre Story so far:
This system runs smoothly since years with 8 x 2TB green HDDs. I also had some drive failures in the past but zfs could handle it after replacing the failed disks.
Across the last weeks I started to expand this pool in a way that I replaced one drive after another with a 4TB RED one.
Today I replaced the last one succesfully and the resilver process also finished without errors.
After that I could expand the pool and everything was fine. Access was possible.
And then...I made something bad obviously: Still with Freenas 9.3 I started the scrub process. After some minutes I realised that the system is rebooting. However it didn't come back because it hanged everytime in a "kdb panic" error.
So I thought to try it with the latest freenas system freshly installed. With the fresh installed system I tried to import the volume but (see short story above)
Last edited: