The only solution I know, is to change "<i>clone-node-max</i>" param on the fly.<br>See <a href="http://oss.clusterlabs.org/pipermail/pacemaker/2010-November/008148.html">http://oss.clusterlabs.org/pipermail/pacemaker/2010-November/008148.html</a> for details.<br>
<br>Vladimir<br><br><div class="gmail_quote">On Tue, Nov 9, 2010 at 7:51 PM, Chris Picton <span dir="ltr"><<a href="mailto:chris@ecntelecoms.com">chris@ecntelecoms.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
>From a previous thread (crm_resource - migrating/halt a cloned resource)<br>
<br>
Andrew Beekhof wrote:<br>
> bottom line, you don't get to chose where specific clone instances<br>
> get placed.<br>
<br>
In my case, I have a clone:<br>
primitive clusterip-9 ocf:heartbeat:IPaddr2 \<br>
        params ip="192.168.0.9" cidr_netmask="24" \             <br>
        clusterip_hash="sourceip" nic="bondE" \<br>
        op monitor interval="30s" \<br>
        meta resource-stickiness="0"<br>
<br>
clone clusterip-9-clone clusterip-9 \<br>
        meta globally-unique="true" clone-max="2" \<br>
        clone-node-max="2" resource_stickiness="0"<br>
<br>
When I start the clone, both instances start on the same node:<br>
<br>
Clone Set: clusterip-9-clone (unique)<br>
     clusterip-9:0      (ocf::heartbeat:IPaddr2):       Started <a href="http://slb-test-01.ecntelecoms.za.net" target="_blank">slb-test-01.ecntelecoms.za.net</a><br>
     clusterip-9:1      (ocf::heartbeat:IPaddr2):       Started <a href="http://slb-test-01.ecntelecoms.za.net" target="_blank">slb-test-01.ecntelecoms.za.net</a><br>
<br>
The second node has a colocated set of standalone IP addresses running, so I assume that pacemaker is pushing both clusterip clones to the second node to balance resources.<br>
<br>
My scores look like (0 for everything to do with this resource)<br>
clone_color: clusterip-9-clone allocation score on <a href="http://slb-test-01.ecntelecoms.za.net" target="_blank">slb-test-01.ecntelecoms.za.net</a>: 0<br>
clone_color: clusterip-9-clone allocation score on <a href="http://slb-test-02.ecntelecoms.za.net" target="_blank">slb-test-02.ecntelecoms.za.net</a>: 0<br>
clone_color: clusterip-9:0 allocation score on <a href="http://slb-test-01.ecntelecoms.za.net" target="_blank">slb-test-01.ecntelecoms.za.net</a>: 0<br>
clone_color: clusterip-9:0 allocation score on <a href="http://slb-test-02.ecntelecoms.za.net" target="_blank">slb-test-02.ecntelecoms.za.net</a>: 0<br>
clone_color: clusterip-9:1 allocation score on <a href="http://slb-test-01.ecntelecoms.za.net" target="_blank">slb-test-01.ecntelecoms.za.net</a>: 0<br>
clone_color: clusterip-9:1 allocation score on <a href="http://slb-test-02.ecntelecoms.za.net" target="_blank">slb-test-02.ecntelecoms.za.net</a>: 0<br>
native_color: clusterip-9:0 allocation score on <a href="http://slb-test-01.ecntelecoms.za.net" target="_blank">slb-test-01.ecntelecoms.za.net</a>: 0<br>
native_color: clusterip-9:0 allocation score on <a href="http://slb-test-02.ecntelecoms.za.net" target="_blank">slb-test-02.ecntelecoms.za.net</a>: 0<br>
native_color: clusterip-9:1 allocation score on <a href="http://slb-test-01.ecntelecoms.za.net" target="_blank">slb-test-01.ecntelecoms.za.net</a>: 0<br>
native_color: clusterip-9:1 allocation score on <a href="http://slb-test-02.ecntelecoms.za.net" target="_blank">slb-test-02.ecntelecoms.za.net</a>: 0<br>
<br>
<br>
<br>
Is there a way to request pacemaker to try split the clones up if possible over the available nodes?<br>
<br>
Regards<br>
<br>
Chris<br>
<br>
<br>
<br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org" target="_blank">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>
</blockquote></div><br>