Explicitly mount NFS using version 3 in microbenchmarks.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 26 Feb 2010 01:19:26 +0000 (17:19 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 26 Feb 2010 01:19:26 +0000 (17:19 -0800)
commit4540b5b4a664faa0cdac04b61a2e336dc5cadf94
treea29cf06d4d7e1664b59ed3f1aff7669ed0cb6c41
parent8a2da0db5d5f4f599486876396883f6207ebec6a
Explicitly mount NFS using version 3 in microbenchmarks.

We only support version 3, so ask for that when mounting.  This can prevent
problems in mounting in some cases, so we don't return the proper error
messages when a client asks for a version we don't support.
microbench/run.sh