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