Can anyone help / advise me on my ZFS / NAS 4 Free performance issue.
I used to use freenas on a low spec Pentium with 1GIG of RAM, running ESXi over iscsi I could get about 80MB/s to a single 1TB Seagate drive.
I upgraded to an i3 with 8GB RAM and 4 x 1 TB Drives using ZFS as RAID 5 I have exported iscsi luns to two ESXI hosts, but I still see around the same sort of performance give or take a little.
(As I was using 3 separate drives one EXT lun each I am in fact getting a reduction in overall performance as now the combined LUN (data,iso and swap share this 80MB/s max)
I have checked all the networking and have tried two different ESXi boxes (one ibm x3655 server and one Intel Core 2 desktop (all three use two nics one onboard one off board and round robin for lun access) – there is a slight improvement on the server but not massive.
When I am testing using Bench32 in the guest os (server 2008R2) It does not max out the ESX Host so it is not being CPU constrained.
So is there something I need to tune with ZFS maybe (this is really disappointing)
Thanks
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!
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!
4 drive zfs softraid no better than 1 drive with free nas
-
oph1066
- NewUser

- Posts: 2
- Joined: 28 Sep 2013 00:05
- Status: Offline
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: 4 drive zfs softraid no better than 1 drive with free na
perhaps help: viewtopic.php?f=66&t=3977
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)
Wiki
Last changes
HP T510
Wiki
Last changes
HP T510
-
alexplatform
- Starter

- Posts: 38
- Joined: 26 Jun 2012 21:21
- Status: Offline
Re: 4 drive zfs softraid no better than 1 drive with free na
Thats pretty impressive. How were you measuring the performance? A single gigabit link is only good for ~90MB/S and thats on well supported NICs on both sides (eg Intel Pro/1000 MT.) Other chipsets may have different expectations.I used to use freenas on a low spec Pentium with 1GIG of RAM, running ESXi over iscsi I could get about 80MB/s to a single 1TB Seagate drive.
Thats all you can reasonably expect out of a single gigabit ethernet connection. You may be able to eek out a little more by optimizing your MTU and ZFS properties, but chances are you're bottlenecked on the recipient side anyway.I upgraded to an i3 with 8GB RAM and 4 x 1 TB Drives using ZFS as RAID 5 I have exported iscsi luns to two ESXI hosts, but I still see around the same sort of performance give or take a little.
-
oph1066
- NewUser

- Posts: 2
- Joined: 28 Sep 2013 00:05
- Status: Offline
Re: 4 drive zfs softraid no better than 1 drive with free na
It’s not a single Nic as mentioned in the post, its two nics using iSCSI and ESXi’s load balancing down two vmkernel ports each on a different subnet bound to a different nic on the server.
I install SAN for my day job and have set up small (by enterprise standard) boxes and seen them drive 200MB/s down two nics all day long (which is what makes me think the ZFS software RAID is the bottleneck as the i3 cpu is not tickled on the box).
I install SAN for my day job and have set up small (by enterprise standard) boxes and seen them drive 200MB/s down two nics all day long (which is what makes me think the ZFS software RAID is the bottleneck as the i3 cpu is not tickled on the box).
-
00Roush
- Starter

- Posts: 64
- Joined: 15 Sep 2013 09:27
- Status: Offline
Re: 4 drive zfs softraid no better than 1 drive with free na
One thing you might want to try is a different block size for zfs volume. In NAS4Free the default block size is 8k but in some of my testing I found block size of 64k worked much better but this was with windows as the client. Unfortunately the web interface does not allow the block size to be set when creating a ZFS volume. Instead you have to create zfs volume at the command line specifying the size and blocksize. Then you have to synchronize the ZFS configuration in the NAS4Free webgui.
Other than that I would say check to make sure your network is working correctly (iperf tests from multiple clients) and your disk performance is good on the local NAS4Free box (dd read write test). Now that I think about it I am a little confused as to your setup. Is NAS4Free its own box or inside of ESXi VM? Are you using a LAGG for the dual NICs on NAS4Free side? Is ESXi loading from iSCSI LUN and then guest OSes access iSCSI through ESXi virtual disk or does guest OS access iSCSI directly.
00Roush
Other than that I would say check to make sure your network is working correctly (iperf tests from multiple clients) and your disk performance is good on the local NAS4Free box (dd read write test). Now that I think about it I am a little confused as to your setup. Is NAS4Free its own box or inside of ESXi VM? Are you using a LAGG for the dual NICs on NAS4Free side? Is ESXi loading from iSCSI LUN and then guest OSes access iSCSI through ESXi virtual disk or does guest OS access iSCSI directly.
00Roush
-
00Roush
- Starter

- Posts: 64
- Joined: 15 Sep 2013 09:27
- Status: Offline