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