Reviewed-by: Steven Dake <sdake@xxxxxxxxxx> On 01/22/2012 05:37 PM, Angus Salkeld wrote: > Signed-off-by: Angus Salkeld <asalkeld@xxxxxxxxxx> > --- > cts/corosync.py | 11 ++++++----- > 1 files changed, 6 insertions(+), 5 deletions(-) > > diff --git a/cts/corosync.py b/cts/corosync.py > index 003c34e..5524e50 100644 > --- a/cts/corosync.py > +++ b/cts/corosync.py > @@ -105,17 +105,17 @@ class corosync_needle(ClusterManager): > > self.update({ > "Name" : "corosync(needle)", > - "StartCmd" : CTSvars.INITDIR+"/corosync start", > - "StopCmd" : CTSvars.INITDIR+"/corosync stop", > - "RereadCmd" : CTSvars.INITDIR+"/corosync reload", > - "StatusCmd" : CTSvars.INITDIR+"/corosync status %s", > + "StartCmd" : "service corosync start", > + "StopCmd" : "service corosync stop", > + "RereadCmd" : "service corosync reload", > + "StatusCmd" : "service corosync status", > "DeadTime" : 30, > "StartTime" : 15, # Max time to start up > "StableTime" : 10, > "BreakCommCmd" : "/usr/share/corosync/tests/net_breaker.sh BreakCommCmd %s", > "FixCommCmd" : "/usr/share/corosync/tests/net_breaker.sh FixCommCmd %s", > > - "Pat:We_stopped" : "%s.*Corosync Cluster Engine exiting with status.*", > + "Pat:We_stopped" : "%s.*Corosync Cluster Engine exiting.*", > "Pat:They_stopped" : "%s.*Member left:.*%s.*", > "Pat:They_dead" : "corosync:.*Node %s is now: lost", > "Pat:Local_starting" : "%s.*started and ready to provide service.", > @@ -135,6 +135,7 @@ class corosync_needle(ClusterManager): > r"core dump", > r"Could not bind AF_UNIX", > r"Too many open files", > + r"Address already in use", > ), > "LogFileName" : Environment["LogFileName"], > }) _______________________________________________ discuss mailing list discuss@xxxxxxxxxxxx http://lists.corosync.org/mailman/listinfo/discuss