Blob Blame History Raw
From 1c8ad3074148398199505e70b1669c87dc6bf3ae Mon Sep 17 00:00:00 2001
From: Soumya Koduri <skoduri@redhat.com>
Date: Wed, 14 Jun 2017 15:20:22 +0530
Subject: [PATCH 510/525] common-ha: Fix an incorrect syntax during setup

There was an invalid line introduced as part of
https://code.engineering.redhat.com/gerrit/#/c/108431/

Detected by rpmdiff -
 https://errata.devel.redhat.com/rpmdiff/show/175336?result_id=4796901

This change is to fix the same.

Label: DOWNSTREAM ONLY
BUG: 1441055

Change-Id: I55cdd7d866cb175fb620dbbd2d02c36eab291a74
Signed-off-by: Soumya Koduri <skoduri@redhat.com>
Reviewed-on: https://code.engineering.redhat.com/gerrit/109017
Reviewed-by: Kaleb Keithley <kkeithle@redhat.com>
Tested-by: Kaleb Keithley <kkeithle@redhat.com>
---
 extras/ganesha/scripts/ganesha-ha.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/extras/ganesha/scripts/ganesha-ha.sh b/extras/ganesha/scripts/ganesha-ha.sh
index cdbc2d8..138af51 100644
--- a/extras/ganesha/scripts/ganesha-ha.sh
+++ b/extras/ganesha/scripts/ganesha-ha.sh
@@ -770,7 +770,6 @@ enable_pacemaker()
 {
     while [[ ${1} ]]; do
         if [ "${SERVICE_MAN}" == "/usr/bin/systemctl" ]; then
-${SECRET_PEM} root@${1} ${SERVICE_MAN} enable pacemaker"
             ssh -oPasswordAuthentication=no -oStrictHostKeyChecking=no -i \
 ${SECRET_PEM} root@${1} "${SERVICE_MAN} enable pacemaker"
         else
-- 
1.8.3.1