Hi, On Thu, Mar 22, 2012 at 12:32:44PM +0100, Kevin COUSIN wrote: > Hello, > > I try to use the ocf:heartbeat:conntrackd resource on a CentOS 6 two nodes > cluster. I don't understant how works the conntrackd resource, I configured > it as explained in documentation, and start a conntrackd daemon whith an lsb > script. When I try a takeover, the resource kill the daemon on nodes and > don't restart it, and the resource failed. > > Here is my configuration : > > ms MS_CONNTRACKD SUIVI_CONNEXIONS \ > meta notify="true" interleave="true" > primitive SUIVI_CONNEXIONS 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" >
Did you check the logs? The answer should be there. If not, then the conntrackd RA probably needs fixing. Thanks, Dejan > Thanks for help > > ---- > > Kevin C. > > > _______________________________________________ > Pacemaker mailing list: [email protected] > 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 _______________________________________________ Pacemaker mailing list: [email protected] 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
