Hello, I try to configure the ocf:heartbeat:conntrackd resource with Pacemaker and Corosync on a CentOS 6.2 server. I configure as explained in the man page, but it failed with this errors :
Master/Slave Set: ms_CONNTRACKD [p_CONNECTION_TRACKING] p_CONNECTION_TRACKING:0 (ocf::heartbeat:conntrackd): Slave cerbere02.mapetiteinfra.net (unmanaged) FAILED p_CONNECTION_TRACKING:1 (ocf::heartbeat:conntrackd): Slave cerbere01.mapetiteinfra.net (unmanaged) FAILED Failed actions: p_CONNECTION_TRACKING:1_stop_0 (node=cerbere01.mapetiteinfra.net, call=8, rc=-2, status=Timed Out): unknown exec error p_CONNECTION_TRACKING:0_stop_0 (node=cerbere02.mapetiteinfra.net, call=8, rc=-2, status=Timed Out): unknown exec error Here is my configuration : primitive p_CONNECTION_TRACKING ocf:heartbeat:conntrackd \ params conntrackd="/usr/sbin/conntrackd" config="/etc/conntrackd/conntrackd.conf" \ op monitor interval="20" role="Slave" timeout="20" \ op monitor interval="10" role="Master" timeout="20" ms ms_CONNTRACKD p_CONNECTION_TRACKING \ meta notify="true" interleave="true" Thanks for your help. --- Kevin C. _______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org