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