[Pacemaker] Conntrackd ocf resource
Dejan Muhamedagic
dejanmm at fastmail.fm
Mon Feb 20 15:45:01 UTC 2012
Hi,
On Mon, Feb 20, 2012 at 12:16:25PM +0100, Kevin COUSIN wrote:
> 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
You need to take a look at the logs and see why it times out.
It's usually a resource level problem (in this case conntrackd).
Thanks,
Dejan
> 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 at 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
More information about the Pacemaker
mailing list