From edb7fe858587e514f112607d0b448fd58de31ebb Mon Sep 17 00:00:00 2001
From: Gary Mills <gary_mills@fastmail.fm>
Date: Fri, 05 Mar 2021 22:53:36 +0100
Subject: [PATCH] Upgrade of pcs to python-37

---
 components/cluster/pcs/patches/007-pcsd-pcs.patch |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/components/cluster/pcs/patches/007-pcsd-pcs.patch b/components/cluster/pcs/patches/007-pcsd-pcs.patch
index 15af50d..44389c5 100644
--- a/components/cluster/pcs/patches/007-pcsd-pcs.patch
+++ b/components/cluster/pcs/patches/007-pcsd-pcs.patch
@@ -29,15 +29,6 @@
  end
  
  def pacemaker_remote_running?()
-@@ -1039,6 +1052,8 @@
-     sleep(10)
-     if ISSYSTEMCTL
-       exec("systemctl", "restart", "pcsd")
-+		elsif ISSOLARIS
-+		  exec("svcadm", "restart", "pcsd")	
-     else
-       exec("service", "pcsd", "restart")
-     end
 @@ -1803,7 +1818,11 @@
  end
  

--
Gitblit v1.9.3