Hello everyone,
I'm running ZoL on a ubuntu 14.04 kvm guest with m1015's being passed through to the vm. Performance has been great. The problem i'm trying to solve now is NFS performance between the storage VM and additional VM's on the same host. Iperf tests between the storage and guest VM's are ~10Gbit/s with no network tuning at all:
Client NFS mount output:
rsize and wsize are set to maximum, async is enabled in the fstab mount:
DD tests from the NFS client, 4k block size:
These same tests run on the storage VM natively exceed 1GB/s read/write.
I'm out of ideas but hoping I've missed something obvious? Any help is greatly appreciated!
I'm running ZoL on a ubuntu 14.04 kvm guest with m1015's being passed through to the vm. Performance has been great. The problem i'm trying to solve now is NFS performance between the storage VM and additional VM's on the same host. Iperf tests between the storage and guest VM's are ~10Gbit/s with no network tuning at all:
Code:
Client connecting to 192.168.2.3, TCP port 5001
TCP window size: 23.5 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.2.7 port 55137 connected with 192.168.2.3 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 11.9 GBytes 10.2 Gbits/sec
Code:
192.168.2.3:/tank/Media /media/raid nfs4 rw,relatime,vers=4,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.2.7,minorversion=0,local_lock=none,addr=192.168.2.3 0 0
rsize and wsize are set to maximum, async is enabled in the fstab mount:
Code:
192.168.2.3:/tank/Media /media/raid nfs4 _netdev,async,auto 0 0
DD tests from the NFS client, 4k block size:
Code:
media: Write test (dd): 425.545 MB/s 3404.361 mbps 19.251 seconds
media: Read test (dd): 454.420 MB/s 3635.362 mbps 18.027 seconds
media: Copy test (dd): 208.597 MB/s 1668.778 mbps 39.272 seconds
These same tests run on the storage VM natively exceed 1GB/s read/write.
I'm out of ideas but hoping I've missed something obvious? Any help is greatly appreciated!