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