pacemaker/pacemaker-cts-startcmd.patch

15 lines
604 B
Diff

diff -r 93114fbc53ea cts/CM_ais.py
--- a/cts/CM_ais.py Tue Mar 09 20:00:05 2010 +0100
+++ b/cts/CM_ais.py Tue Mar 09 22:27:19 2010 +0100
@@ -242,8 +242,8 @@
self.update({
"Name" : "crm-flatiron",
- "StartCmd" : "service corosync start",
- "StopCmd" : "service corosync stop",
+ "StartCmd" : CTSvars.INITDIR+"/openais start",
+ "StopCmd" : CTSvars.INITDIR+"/openais stop",
# The next pattern is too early
# "Pat:We_stopped" : "%s.*Service engine unloaded: Pacemaker Cluster Manager",