233933
From 5daff948884b1b68ffcbc6ceea3c7affdb9700f4 Mon Sep 17 00:00:00 2001
233933
From: Jiffin Tony Thottan <jthottan@redhat.com>
233933
Date: Wed, 4 Apr 2018 09:29:43 +0530
233933
Subject: [PATCH 078/124] common-ha/scripts : pass the list of servers properly
233933
 to stop_ganesha_all()
233933
233933
Label: DOWNSTREAM ONLY
233933
233933
Upstream Reference :
233933
>Change-Id: I6d92623cd9fb450d7a27f5acc61eca0b3cbc9b08
233933
>BUG: 1563500
233933
>Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
233933
>Patch link : https://review.gluster.org/#/c/19816/
233933
233933
Change-Id: I6d92623cd9fb450d7a27f5acc61eca0b3cbc9b08
233933
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
233933
Reviewed-on: https://code.engineering.redhat.com/gerrit/167163
233933
Reviewed-by: Soumya Koduri <skoduri@redhat.com>
233933
Tested-by: RHGS Build Bot <nigelb@redhat.com>
233933
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
233933
---
233933
 extras/ganesha/scripts/ganesha-ha.sh | 2 +-
233933
 1 file changed, 1 insertion(+), 1 deletion(-)
233933
233933
diff --git a/extras/ganesha/scripts/ganesha-ha.sh b/extras/ganesha/scripts/ganesha-ha.sh
233933
index 8302c5e..4e5799f 100644
233933
--- a/extras/ganesha/scripts/ganesha-ha.sh
233933
+++ b/extras/ganesha/scripts/ganesha-ha.sh
233933
@@ -199,7 +199,7 @@ setup_cluster()
233933
     if [ $? -ne 0 ]; then
233933
         logger "pcs cluster setup ${RHEL6_PCS_CNAME_OPTION} ${name} ${servers} failed"
233933
         #set up failed stop all ganesha process and clean up symlinks in cluster
233933
-        stop_ganesha_all ${servers}
233933
+        stop_ganesha_all "${servers}"
233933
         exit 1;
233933
     fi
233933
     pcs cluster start --all
233933
-- 
233933
1.8.3.1
233933