<div dir="ltr"><div><div>This is some good advice. Also, before tearing your hair out at the cli on this appliance see if there's an NFS option for going async <-- on the client and the server<br><br></div>I can't tell you how long I've spent poring over numbers and doing large writes vs many small writes and changing the buffers and playing with udp vs tcp... meh. It can be a real pain getting the expected performance out of NFS. Sometimes it's just not the right tool for the job, although I'll have to say I'm not the most expert implementer.<br>
<br></div><div>If your tests involve contentious access then maybe see if there's any improvement when splitting out the exports among the directories.<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Mar 18, 2013 at 10:17 PM, Charles Sprickman <span dir="ltr"><<a href="mailto:spork@bway.net" target="_blank">spork@bway.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Mar 18, 2013, at 8:27 PM, Nick Danger wrote:<br>
<br>
> Is anyone running nas4free and mounting via NFS? I just set up a box and I am having horrible write performance over NFS. Write only, reads are fine. And same partition mounted via CIFS works great reads and writes (to the same linux host even, just mount cifs instead of nfs).   I haven't been able to gleen any advice via google, and most of the NFS tuning advice is more like "how to eek the last few bits of speed" where as when I say horrible, I mean instead of 45 MB/s, I am getting 0.6 MB/s write performance.<br>

><br>
> Any advice?<br>
<br>
</div>Not a solution, but something to test.<br>
<br>
If you turn off sync writes on whatever fs you're exporting, does the write speed on nfs start to match smb?<br>
<br>
ie:  zfs set sync=disabled yourpool/yourfs<br>
<br>
Don't do that with important data, just use it for testing.<br>
<span class="HOEnZb"><font color="#888888"><br>
Charles<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
><br>
> Server: Nas4Free v9.1.0.1, 4 disks in a ZFS pool (raid1Z).  Client: Fedora 18, mounts 2 other NFS servers (working fine) and can mount the NAS4Free as CIFS or NFS. CIFS works, NFS is SLOOOOOOOOOOW. :-)<br>
> More details on request.<br>
><br>
> Nick<br>
><br>
> _______________________________________________<br>
> talk mailing list<br>
> <a href="mailto:talk@lists.nycbug.org">talk@lists.nycbug.org</a><br>
> <a href="http://lists.nycbug.org/mailman/listinfo/talk" target="_blank">http://lists.nycbug.org/mailman/listinfo/talk</a><br>
<br>
<br>
_______________________________________________<br>
talk mailing list<br>
<a href="mailto:talk@lists.nycbug.org">talk@lists.nycbug.org</a><br>
<a href="http://lists.nycbug.org/mailman/listinfo/talk" target="_blank">http://lists.nycbug.org/mailman/listinfo/talk</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-jesse
</div>