2012-06-23 07:04:51 +02:00
|
|
|
Index: pacemaker/cts/CM_ais.py
|
|
|
|
===================================================================
|
|
|
|
--- pacemaker.orig/cts/CM_ais.py
|
|
|
|
+++ pacemaker/cts/CM_ais.py
|
|
|
|
@@ -263,8 +263,8 @@ class crm_cs_v0(crm_ais):
|
2010-06-30 10:46:24 +02:00
|
|
|
|
|
|
|
self.update({
|
2012-06-23 07:04:51 +02:00
|
|
|
"Name" : "crm-plugin-v0",
|
2010-12-02 16:19:50 +01:00
|
|
|
- "StartCmd" : "service corosync start",
|
|
|
|
- "StopCmd" : "service corosync stop",
|
2010-06-30 10:46:24 +02:00
|
|
|
+ "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",
|