This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
I wonder: What kinds of speeds are you getting with ZFS volumes stored on GELI-encrypted disks? I am rather concerned, because even after upgrading my NAS's hardware I am seeing speeds not higher than 5 MB/s. I find it unacceptable given the specs, which are way over what FreeNAS is supposed to require:
- CPU: Core 2 Duo 6550
- RAM: 1 GB DDR2
- Network: 1 Gbit
- Disk controller: Areca 1120 in a PCI-X slot
- Disk: to FreeNAS, it appears like one big volume; in any case, they are quite new 1.5 TB Samsungs.
- FreeNAS: 7.1 stable
- GELI: 256-bit AES, software
- ZFS: single disk pool (no RAID, no mirroring)
Some googling revealed this thread: http://forums.freebsd.org/showthread.php?t=13788
where someone claims that a patch is needed "to get acceptable performance with ZFS+GELI". I wonder: is that patch included in FreeNAS?
0.7.2 Sabanda (revision 7S-5255)
amd64-embedded on Intel(R) Pentium(R) Dual CPU E2160 @ 1.80GHz
6GB of DDR2 RAM
Network: 1 Gbit
GELI: 128-bit AES - default
ZFS: 4 x disk 1,5TB in pool ZRAID1
Yes, aligning your geli volumes (happens when sectorsize is 4096) solves the problem, IF you are using Advanced Format/4k secsize drives.
I went from 17 Mbyte/s to 31 Mb/s avg.write and avg.read over Gigabit. I maxed the onboard NIC and need to buy a dedicated one for further testing.
Then you need to format the new geli volume as a zfs storage pool device. You can do that over the GUI.
After this you need to create a zpool from your newly created ad#.eli.nop volumes. YOu must do this over the console so you can control the ashift value.