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