<div><br></div><div>So I switched the resource to use the following:<br></div><div><br></div><div><primitive class="ocf" id="p_src_eth0DEF" provider="heartbeat" type="Route"><br></div><div>        <instance_attributes id="p_src_eth0DEF-instance_attributes"><br></div><div>          <nvpair id="p_src_eth0DEF-instance_attributes-device" name="device" value="eth0"/><br></div><div>          <nvpair id="p_src_eth0DEF-instance_attributes-gateway" name="gateway" value="172.16.2.1"/><br></div><div>          <nvpair id="p_src_eth0DEF-instance_attributes-source" name="source" value="172.16.2.8"/><br></div><div>          <nvpair id="p_src_eth0DEF-instance_attributes-destination" name="destination" value="default"/><br></div><div><br></div><div>When I do a failover from the master to slave.  It seems to add a route of 0.0.0.0/0 but still fails to start the p_src_eth0DEF resource with the same error.<br></div><div>>  stderr: RTNETLINK answers: File exists<br></div><div>>  stderr: ERROR: p_src_eth0DEF Failed to add network route: to default dev eth0 via 172.16.2.1 src 172.16.2.8<br></div><div>>  stderr: DEBUG: p_src_eth0DEF start returned 1<br></div><div><br></div><div>If I remove the 0.0.0.0/0 and manually add the route I want in everything is fine.  I did also remove the default gateway from the ifcfg-eth0 file as it was using 172.16.2.1 as the default gw.  Still no luck.<br></div><div><br></div><div>Am I using this correctly? Or does it need to be RouteUp?</div><div><br></div><blockquote class="protonmail_quote" type="cite"><div>-------- Original Message --------<br></div><div>Subject: Re: [ClusterLabs] HA static route<br></div><div>Local Time: March 14, 2016 11:04 PM<br></div><div>UTC Time: March 15, 2016 4:04 AM<br></div><div>From: s0ke@protonmail.com<br></div><div>To: dennisml@conversis.de<br></div><div>CC: users@clusterlabs.org<br></div><div><br></div><div>So even if the default gateway is set in /etc/sysconfig/network-script/ifcfg-eth* that could cause it?<br></div><div><br></div><blockquote type="cite" class="protonmail_quote"><div>-------- Original Message --------<br></div><div>Subject: Re: [ClusterLabs] HA static route<br></div><div>Local Time: March 14, 2016 9:52 PM<br></div><div>UTC Time: March 15, 2016 2:52 AM<br></div><div>From: dennisml@conversis.de<br></div><div>To: s0ke@protonmail.com,users@clusterlabs.org<br></div><div><br></div><div>On 15.03.2016 02:25, S0ke wrote:<br></div><div>> Trying to do HA for a static route. The resource is fine on HA1. But when I try to failover to HA2 it does not seem to add the route.<br></div><div>> <br></div><div>> Operation start for p_src_eth0DEF (ocf:heartbeat:Route) returned 1<br></div><div>>> stderr: RTNETLINK answers: File exists<br></div><div>>> stderr: ERROR: p_src_eth0DEF Failed to add network route: to default dev eth0 src 10.10.5.1<br></div><div>>> stderr: DEBUG: p_src_eth0DEF start returned 1<br></div><div>> <br></div><div>> Is there way to overwrite the route? As it seems to be failing because the route exists already?<br></div><div><br></div><div>The question is why does the route exist already? I you want it to be<br></div><div>managed by Pacemaker then you need to remove it from any other startup<br></div><div>scripts that create that route.<br></div><div><br></div><div>Regards,<br></div><div>Dennis<br></div><div><br></div></blockquote><div><br></div></blockquote><div><br></div>