|
|
233933 |
From 0a124b59c662c8f85fe6d184b839cbfe29d5e8ab Mon Sep 17 00:00:00 2001
|
|
|
233933 |
From: Soumya Koduri <skoduri@redhat.com>
|
|
|
233933 |
Date: Wed, 14 Jun 2017 15:20:22 +0530
|
|
|
233933 |
Subject: [PATCH 075/124] common-ha: Fix an incorrect syntax during setup
|
|
|
233933 |
|
|
|
233933 |
There was an invalid line introduced as part of
|
|
|
233933 |
https://code.engineering.redhat.com/gerrit/#/c/108431/
|
|
|
233933 |
|
|
|
233933 |
Detected by rpmdiff -
|
|
|
233933 |
https://errata.devel.redhat.com/rpmdiff/show/175336?result_id=4796901
|
|
|
233933 |
|
|
|
233933 |
This change is to fix the same.
|
|
|
233933 |
|
|
|
233933 |
Label: DOWNSTREAM ONLY
|
|
|
233933 |
|
|
|
233933 |
Change-Id: I55cdd7d866cb175fb620dbbd2d02c36eab291a74
|
|
|
233933 |
Signed-off-by: Soumya Koduri <skoduri@redhat.com>
|
|
|
233933 |
Reviewed-on: https://code.engineering.redhat.com/gerrit/109017
|
|
|
233933 |
Reviewed-by: Kaleb Keithley <kkeithle@redhat.com>
|
|
|
233933 |
Tested-by: Kaleb Keithley <kkeithle@redhat.com>
|
|
|
233933 |
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
|
|
|
233933 |
Reviewed-on: https://code.engineering.redhat.com/gerrit/167160
|
|
|
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 | 1 -
|
|
|
233933 |
1 file changed, 1 deletion(-)
|
|
|
233933 |
|
|
|
233933 |
diff --git a/extras/ganesha/scripts/ganesha-ha.sh b/extras/ganesha/scripts/ganesha-ha.sh
|
|
|
233933 |
index d7dfb87..8302c5e 100644
|
|
|
233933 |
--- a/extras/ganesha/scripts/ganesha-ha.sh
|
|
|
233933 |
+++ b/extras/ganesha/scripts/ganesha-ha.sh
|
|
|
233933 |
@@ -791,7 +791,6 @@ enable_pacemaker()
|
|
|
233933 |
{
|
|
|
233933 |
while [[ ${1} ]]; do
|
|
|
233933 |
if [ "${SERVICE_MAN}" == "/usr/bin/systemctl" ]; then
|
|
|
233933 |
-${SECRET_PEM} root@${1} ${SERVICE_MAN} enable pacemaker"
|
|
|
233933 |
ssh -oPasswordAuthentication=no -oStrictHostKeyChecking=no -i \
|
|
|
233933 |
${SECRET_PEM} root@${1} "${SERVICE_MAN} enable pacemaker"
|
|
|
233933 |
else
|
|
|
233933 |
--
|
|
|
233933 |
1.8.3.1
|
|
|
233933 |
|