Im trying to set up a NAS with a ZFS File System. Using 4 HDDS in one Raidz-VDEF mounted as one ZFS-Pool. However, I can´t to get this to work via the GUI. Everytime I try I get a failure message in the ZFS-Pools-Management Window. However, creating a VDEF with all HDD´s in Raidz prior to creating the Pool works just fine.
Now the odd thing is, when creating the Pool via ssh I get the following:
Code: Select all
login as: root
root@192.168.178.38's password:
Last login: Wed May 22 12:47:16 2013
Welcome to NAS4Free!
nas4free:~# gnop create -S 4096 ada0
nas4free:~# gnop create -S 4096 ada1
nas4free:~# gnop create -S 4096 ada2
nas4free:~# gnop create -S 4096 ada3
nas4free:~# zpool create -n Pool1 raidz ada0.nop ada1.nop ada2.nop ada3.nop
invalid vdev specification
use '-f' to override the following errors:
raidz contains devices of different sizes
nas4free:~#
Code: Select all
nas4free:~# zpool create -f Pool1 raidz ada0.nop ada1.nop ada2.nop ada3.nop
nas4free:~# zpool status -v
pool: Pool1
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
Pool1 ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
ada0.nop ONLINE 0 0 0
ada1.nop ONLINE 0 0 0
ada2.nop ONLINE 0 0 0
ada3.nop ONLINE 0 0 0
errors: No known data errors
nas4free:~#
Code: Select all
nas4free:~# zdb -C | grep ashift
ashift: 12
nas4free:~#
Code: Select all
nas4free:~# zpool list
NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
Pool1 2.33T 912K 2.33T 0% 1.00x ONLINE -
nas4free:~#
Now where is my mistake? I would expect the Poolsize to be around 6.7 TB not 2.33 TB!!!
I allready used wipe.sh from the wiki to clean the HDD´s prior to creating the ZFS-Pool. Furthermore, I reinstalled the system, cleaned the config-File. Tried both the WEB-Gui (Which would´nt create the Pool at all) and forced Pool-creation via ssh as shown above.
Any suggestions are highly appreciated.
NAS4Free latest Version (NAS4Free-9.1.0.1/9.1.0.1.690) on USB Stick (Embedded install)
2x WD Red 3TB
1x WD Caviar Blue 650GB
1x Seagate Barracuda.7200.12
HP ProLiant Micro Server N40l
Until now there is no Data on the HDD´s so I don´t have to worry about any Dataloss what so ever!
Thank you very much for your help!


