summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2014-04-23 10:41:26 -0400
committerSteve Dickson <steved@redhat.com>2014-04-23 10:41:26 -0400
commitf83e1eee2d30e05366a49374def1a0a08c7d2483 (patch)
treeca984f57a866838e8892e72ab63f7ea6fe391d48
parent24e9119f567adcc2740d27fc8d19e819287c18bd (diff)
downloadcthon04-f83e1eee2d30e05366a49374def1a0a08c7d2483.tar.gz
cthon04-f83e1eee2d30e05366a49374def1a0a08c7d2483.tar.xz
cthon04-f83e1eee2d30e05366a49374def1a0a08c7d2483.zip
Replaced minorversion with v4.x
Signed-off-by: Steve Dickson <steved@redhat.com>
-rwxr-xr-xruncthon12
1 files changed, 6 insertions, 6 deletions
diff --git a/runcthon b/runcthon
index 8c516f6..7ee5438 100755
--- a/runcthon
+++ b/runcthon
@@ -19,13 +19,13 @@ sec=$5
if [ $vers = "4" ]; then
if [ -n "$sec" ] ; then
if [ $minver -gt 0 ]; then
- mntargs="-F nfs4 -o proto=$proto,sec=$sec,minorversion=$minver"
+ mntargs="-F nfs4 -o proto=$proto,sec=$sec,v4.$minver"
else
mntargs="-F nfs4 -o proto=$proto,sec=$sec"
fi
else
if [ $minver -gt 0 ]; then
- mntargs="-F nfs4 -o proto=$proto,minorversion=$minver"
+ mntargs="-F nfs4 -o proto=$proto,v4.$minver"
else
mntargs="-F nfs4 -o proto=$proto"
fi
@@ -36,9 +36,9 @@ sec=$5
fi
elif [ $vers = "41" ]; then
if [ -n "$sec" ] ; then
- mntargs="-F nfs4 -o proto=$proto,sec=$sec,minorversion=1"
+ mntargs="-F nfs4 -o proto=$proto,sec=$sec,v4.1"
else
- mntargs="-F nfs4 -o proto=$proto,minorversion=1"
+ mntargs="-F nfs4 -o proto=$proto,v4.1"
fi
if [ "$proto" = "rdma" ] ; then
mntargs="$mntargs,port=20049"
@@ -46,9 +46,9 @@ sec=$5
fi
elif [ $vers = "42" ]; then
if [ -n "$sec" ] ; then
- mntargs="-F nfs4 -o proto=$proto,sec=$sec,minorversion=2"
+ mntargs="-F nfs4 -o proto=$proto,sec=$sec,v4.2"
else
- mntargs="-F nfs4 -o proto=$proto,minorversion=2"
+ mntargs="-F nfs4 -o proto=$proto,v4.2"
fi
if [ "$proto" = "rdma" ] ; then
mntargs="$mntargs,port=20049"