<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="FR">
<div class="WordSection1">
<p>Hi,<br>
I want to create a simple cluster where only the second interface is managed.<br>
I create my resources in the following ways:</p>
<p>pcs resource create ping-gateway ocf:pacemaker:ping name=ping-counter host_list=10.22.5.254 --clone<br>
pcs resource create eth1 ocf:heartbeat:IPaddr2 ip=10.22.5.160 nic=eth1 cidr_netmask=24<br>
pcs resource create route1 ocf:heartbeat:Route destination="10.22.5.0/24" device="eth1" gateway="10.22.5.254" table="trust"<br>
pcs constraint location eth1 rule id=eth1_rule constraint-id=eth1_location ping-counter eq 0<br>
pcs constraint ticket set eth1 route1 sequential=false setoptions ticket=interfaces id=interfaces loss-policy=stop<br>
crm_ticket --ticket interfaces --grant â€“force<br>
pcs constraint colocation set eth1 route1 sequential=true setoptions id=coloc score=INFINITY<br>
pcs constraint order set eth1 route1 sequential=true setoptions id=launch_order kind=mandatory</p>
<p>when I start the cluster, I end up with route error:</p>
<p>root@nodeA ~]# pcs resource<br>
Clone Set: ping-gateway-clone [ping-gateway]<br>
Started: [nodeA nodeB ]<br>
eth1 (ocf::heartbeat:IPaddr2): Started nodeA<br>
eth10 (ocf::heartbeat:IPaddr2): Started nodeA<br>
eth11 (ocf::heartbeat:IPaddr2): Started nodeA<br>
eth12 (ocf::heartbeat:IPaddr2): Started nodeA<br>
route1 (ocf::heartbeat:Route): FAILED (blocked)[nodeA nodeB ]</p>
<p>I don't know why my resource 'route1' is active on multiple nodes instead to be active only on the same node the eth1</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Florent Barra</p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>