d1681e
From cc7483e65a0b165112446d4598fe4215a4e8109f Mon Sep 17 00:00:00 2001
d1681e
From: Jiffin Tony Thottan <jthottan@redhat.com>
d1681e
Date: Wed, 4 Apr 2018 09:29:43 +0530
d1681e
Subject: [PATCH 211/212] common-ha/scripts : pass the list of servers properly
d1681e
 to stop_ganesha_all()
d1681e
d1681e
Label: BACKPORT FROM UPSTREAM 3.10
d1681e
d1681e
Upstream Reference :
d1681e
>Change-Id: I6d92623cd9fb450d7a27f5acc61eca0b3cbc9b08
d1681e
>BUG: 1563500
d1681e
>Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
d1681e
>Patch link : https://review.gluster.org/#/c/19816/
d1681e
d1681e
Change-Id: I6d92623cd9fb450d7a27f5acc61eca0b3cbc9b08
d1681e
BUG: 1226874
d1681e
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
d1681e
Reviewed-on: https://code.engineering.redhat.com/gerrit/134453
d1681e
Tested-by: RHGS Build Bot <nigelb@redhat.com>
d1681e
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
d1681e
---
d1681e
 extras/ganesha/scripts/ganesha-ha.sh | 2 +-
d1681e
 1 file changed, 1 insertion(+), 1 deletion(-)
d1681e
d1681e
diff --git a/extras/ganesha/scripts/ganesha-ha.sh b/extras/ganesha/scripts/ganesha-ha.sh
d1681e
index 623fb64..4459068 100644
d1681e
--- a/extras/ganesha/scripts/ganesha-ha.sh
d1681e
+++ b/extras/ganesha/scripts/ganesha-ha.sh
d1681e
@@ -199,7 +199,7 @@ setup_cluster()
d1681e
     if [ $? -ne 0 ]; then
d1681e
         logger "pcs cluster setup ${RHEL6_PCS_CNAME_OPTION} ${name} ${servers} failed"
d1681e
         #set up failed stop all ganesha process and clean up symlinks in cluster
d1681e
-        stop_ganesha_all ${servers}
d1681e
+        stop_ganesha_all "${servers}"
d1681e
         exit 1;
d1681e
     fi
d1681e
     pcs cluster start --all
d1681e
-- 
d1681e
1.8.3.1
d1681e