Hi all,
i use Freenas 9.2.1.5 for a home NAS solution. Since the storage ran out of space (due to my VMware labs) i decided to grow the raidz2 pool (six disks in one vdev) from 2GB to 6 GB each.
I raised the ZFS Version from 28 to 5.00
I took the first disk offline, replaced it and resilvered the new one. I did with the following four disks the very same.
One thin to mention: Every resivering lasted round about 10 to 11 hours. Except no. 5. This on took nearly 17 hours.
I do not have any SMART or similiar Jobs configured. I start them manually on an not regular schedule.
So there should be nothing that interfere with the resilvering.
I took the last disk offline. Shutdown the system. Replaced the drive and fired up the system.
It lasted a long time for reboot (6 or 7 Minutes).
Now the pool has gone!
I tried different things:
First i assummed some cablein issues. So i replaced the sata cables.
I changed plugged the sata cables in different ports on the mainboard.
Then i used an SATA expansion card.
Then i replaced the mainboard with the very same one from my ESXi Host.
Nothing changed.
Then i unplugged the fifth disc which needed the extra long resilvering.
Now th system boots as expected. But still the zpool is not visible.
The OFFLINE Disc might be the sixth one i took offline.
The UNAVAIL the fifth, which had the resiverling issues.
While booting i saw the following messages while freenas tried to import Vol_1
Shall i use the
Can you please help me to get the pool operational again?
Many thanks in advance and special thank for all others who posted their questions and those sharing their valuable knowledge. I have learned some things in here. But still enough to learn.

i use Freenas 9.2.1.5 for a home NAS solution. Since the storage ran out of space (due to my VMware labs) i decided to grow the raidz2 pool (six disks in one vdev) from 2GB to 6 GB each.
I raised the ZFS Version from 28 to 5.00
I took the first disk offline, replaced it and resilvered the new one. I did with the following four disks the very same.
One thin to mention: Every resivering lasted round about 10 to 11 hours. Except no. 5. This on took nearly 17 hours.
I do not have any SMART or similiar Jobs configured. I start them manually on an not regular schedule.
So there should be nothing that interfere with the resilvering.
I took the last disk offline. Shutdown the system. Replaced the drive and fired up the system.
It lasted a long time for reboot (6 or 7 Minutes).
Now the pool has gone!
I tried different things:
First i assummed some cablein issues. So i replaced the sata cables.
I changed plugged the sata cables in different ports on the mainboard.
Then i used an SATA expansion card.
Then i replaced the mainboard with the very same one from my ESXi Host.
Nothing changed.
Then i unplugged the fifth disc which needed the extra long resilvering.
Now th system boots as expected. But still the zpool is not visible.
Code:
[root@freenas] ~# zpool status no pools available [root@freenas] ~# zpool import pool: Vol_1 id: 17651771559917634832 state: UNAVAIL status: The pool was last accessed by another system. action: The pool cannot be imported due to damaged devices or data. see: http://illumos.org/msg/ZFS-8000-EY config: Vol_1 UNAVAIL unsupported feature(s) raidz2-0 DEGRADED gptid/06b40e3f-517c-11e4-b52e-bc5ff4fdaaba ONLINE gptid/af270422-524f-11e4-84ca-bc5ff4fdaaba ONLINE gptid/2c3f775b-51e1-11e4-aba0-bc5ff4fdaaba ONLINE 13925070240241922921 OFFLINE gptid/d69e9b02-53ce-11e4-9f14-bc5ff4fdaaba ONLINE 16997931041313570629 UNAVAIL cannot open
The OFFLINE Disc might be the sixth one i took offline.
The UNAVAIL the fifth, which had the resiverling issues.
While booting i saw the following messages while freenas tried to import Vol_1
Code:
unsupported feature: com.delphix:hole_birth
Shall i use the
Is this the correct command?zpool import -f Vol_1
Can you please help me to get the pool operational again?
Many thanks in advance and special thank for all others who posted their questions and those sharing their valuable knowledge. I have learned some things in here. But still enough to learn.