NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Network and Storage Protocols

Extremely slow SVN checkout when writing to a NFS volume

5,477 Views

if I do an svn co "repo" it takes ~4 minutes to check out. If I simply copy the files to the same volume it's just over a minute.

If I check out or copy to my workstation it's just over a minute for each so I don't think this is something on the server side but I am not an SVN guy.

If I run a stats show for nfs ops on that volume while the checkout is running I see between 0 and 200 IOPS of r/w but 3k (!) of "other".


Any suggestions? This is killing our build times. NFSv3, default mount options from a Ubuntu 9.10 Subversion server.

2 REPLIES 2

aborzenkov
5,477 Views

Those operation are likely file attributes requests. Are you running with attribute caching disabled for this NFS mount?

__jeremypage_3897
5,477 Views

On the host or the client? I am not specifying anything n the export except an admin host. The client is using the following:

array02:/vol/engineering /net nfs rw,noatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.0.17.214,mountvers=3,mountproto=tcp,addr=10.0.17.214 0 0
Public