<br><br><div class="gmail_quote">On Wed, Nov 24, 2010 at 4:04 PM, Michael Schwartzkopff <span dir="ltr"><<a href="mailto:misch@clusterbau.com">misch@clusterbau.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Tuesday 23 November 2010 10:21:04 Marko Potocnik wrote:<br>
> On Tue, Nov 23, 2010 at 9:55 AM, Michael Schwartzkopff<br>
> <<a href="mailto:misch@clusterbau.com">misch@clusterbau.com</a><br>
><br>
> > wrote:<br>
> ><br>
> > On Tuesday 23 November 2010 09:10:58 Marko Potocnik wrote:<br>
> > > Hi,<br>
> > ><br>
> > ><br>
> > ><br>
> > > I am trying to configure a service (ftp for proof of concept) to run in<br>
> ><br>
> > an<br>
> ><br>
> > > active / active configuration. A floating IP is used to access this<br>
> > > service. What I am trying to achieve is that a floating IP would move<br>
> > > to second node, if service fails on the first node. After that service<br>
> ><br>
> > should<br>
> ><br>
> > > be restarted.<br>
> > ><br>
> > > I am able to achieve all but the restart of the service with the<br>
> ><br>
> > following<br>
> ><br>
> > > configuration:<br>
> > ><br>
> > ><br>
> > ><br>
> > > node $id="34d5eba9-130f-4c64-9460-4a5310ac510c" <a href="http://jesenice.iskratel.si" target="_blank">jesenice.iskratel.si</a> \<br>
> > ><br>
> > >         attributes standby="off"<br>
> > ><br>
> > > node $id="5fdf23a5-61c4-4a57-80fb-c764954a5f14" <a href="http://olimpija.iskratel.si" target="_blank">olimpija.iskratel.si</a> \<br>
> > ><br>
> > >         attributes standby="off"<br>
> > ><br>
> > > *primitive res_ftp lsb:vsftpd \*<br>
> > ><br>
> > > *        meta migration-threshold="1" \*<br>
> > ><br>
> > > *        op monitor on-fail="restart" interval="10s"*<br>
> > ><br>
> > > *primitive res_ip_ftp ocf:heartbeat:IPaddr2 \*<br>
> > ><br>
> > > *        params ip="172.18.251.6" cidr_netmask="24" \*<br>
> > ><br>
> > > *        op monitor interval="15s" timeout="30s"*<br>
> > ><br>
> > > *clone c_ftp res_ftp \*<br>
> > ><br>
> > > *        meta clone-max="2" clone-node-max="1" globally-unique="false"<br>
> > > target-role="Started"*<br>
> > ><br>
> > > *colocation c_ip_on_ftp inf: res_ip_ftp c_ftp*<br>
<br>
</div></div>Here I'm am missing I'd like to see something like<br>
<br>
order ord_FTP_IP inf: c_ftp res_ip_ftp<br>
<font color="#888888"><br></font></blockquote><div><br></div><div>The order constraint does not affect the IP migration strategy in case of service failure. I agree that I missed it, but I does not affect the current behavior of IP resource in case of service failure.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><font color="#888888">
<br>
--<br>
</font><div><div></div><div class="h5">Dr. Michael Schwartzkopff<br>
Guardinistr. 63<br>
81375 München<br>
<br>
Tel: (0163) 172 50 98<br>
</div></div><br>_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker" target="_blank">http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker</a><br>
<br></blockquote></div><br>