summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiffin Tony Thottan <jthottan@redhat.com>2018-04-04 09:29:43 +0530
committerJiffin Tony Thottan <jthottan@redhat.com>2018-04-04 09:35:00 +0530
commitab0f43c874faa80c888a91acb732ff8ab87f3473 (patch)
treea95d51e0986121e06f872d79a64bb42267f107e7
parent5606284703c0d328ab6e1f2c316b6ad38844d3bc (diff)
common-ha/scripts : pass the list of servers properly to stop_ganesha_all()
Change-Id: I6d92623cd9fb450d7a27f5acc61eca0b3cbc9b08 BUG: 1563500 Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
-rw-r--r--extras/ganesha/scripts/ganesha-ha.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/ganesha/scripts/ganesha-ha.sh b/extras/ganesha/scripts/ganesha-ha.sh
index 2098b77975b..afdaed32baf 100644
--- a/extras/ganesha/scripts/ganesha-ha.sh
+++ b/extras/ganesha/scripts/ganesha-ha.sh
@@ -226,7 +226,7 @@ setup_cluster()
if [ $? -ne 0 ]; then
logger "pcs cluster setup ${RHEL6_PCS_CNAME_OPTION} ${name} ${servers} failed"
#set up failed stop all ganesha process and clean up symlinks in cluster
- stop_ganesha_all ${servers}
+ stop_ganesha_all "${servers}"
exit 1;
fi