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