summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2016-03-02 14:26:45 -0500
committerSteve Dickson <steved@redhat.com>2016-03-02 14:26:45 -0500
commit2cd8cd05fdf117849176f10923c6f8fff2332638 (patch)
tree46bf2014be2dd88bc3e08f10d90f2c9dac28e8d7
parent4faa23fdf8999d8b356db90273fe197af8c86f7d (diff)
downloadcthon04-2cd8cd05fdf117849176f10923c6f8fff2332638.tar.gz
cthon04-2cd8cd05fdf117849176f10923c6f8fff2332638.tar.xz
cthon04-2cd8cd05fdf117849176f10923c6f8fff2332638.zip
Removed the rdmaif flag
Signed-off-by: Steve Dickson <steved@redhat.com>
-rwxr-xr-xruncthon11
1 files changed, 1 insertions, 10 deletions
diff --git a/runcthon b/runcthon
index 195b43c..ce0165a 100755
--- a/runcthon
+++ b/runcthon
@@ -55,7 +55,6 @@ sec=$5
fi
if [ "$proto" = "rdma" ] ; then
mntargs="$mntargs,port=20049"
- [ -n "$rdmaif" ] && server=$rdmaif
fi
elif [ $vers = "41" ]; then
if [ -n "$sec" ] ; then
@@ -65,7 +64,6 @@ sec=$5
fi
if [ "$proto" = "rdma" ] ; then
mntargs="$mntargs,port=20049"
- [ -n "$rdmaif" ] && server=$rdmaif
fi
elif [ $vers = "42" ]; then
if [ -n "$sec" ] ; then
@@ -75,7 +73,6 @@ sec=$5
fi
if [ "$proto" = "rdma" ] ; then
mntargs="$mntargs,port=20049"
- [ -n "$rdmaif" ] && server=$rdmaif
fi
else
if [ -n "$sec" ] ; then
@@ -85,7 +82,6 @@ sec=$5
fi
if [ "$proto" = "rdma" ] ; then
mntargs="$mntargs,port=20049"
- [ -n "$rdmaif" ] && server=$rdmaif
fi
fi
@@ -169,7 +165,7 @@ mkdirs()
}
trap 'echo SIGINT; pkill runcthon; pkill server; exit 1 ' SIGINT
trap 'echo; echo -n "Done:"; date; exit 2' SIGTERM
-Usage="$0 --mkdirs [dir] |--unmountall|--server|--serverdir|--noudp|--dokrb5|--onlykrb5|--nov4|--nov2|--onlyv3|--onlyv4|--nov41|--dov42|--minver <ver>|--fsc|--rdma|--rdmaif <addr>|--onlyrdma|--nolcks|--port <port>"
+Usage="$0 --mkdirs [dir] |--unmountall|--server|--serverdir|--noudp|--dokrb5|--onlykrb5|--nov4|--nov2|--onlyv3|--onlyv4|--nov41|--dov42|--minver <ver>|--fsc|--rdma|--onlyrdma|--nolcks|--port <port>"
nolcks=0
noudp=1
@@ -186,7 +182,6 @@ fsc=0
# Note port="2050" for Panasas server
port=""
rdma=0
-rdmaif=0
onlyrdma=0
while [ -n "$1" ]
do
@@ -253,10 +248,6 @@ do
port=$2
shift
;;
- "--rdmaif" )
- rdmaif=$2
- shift
- ;;
"--minver" )
minver=$2
shift