No the from/to attributes was correctly instantiated.
The error was the id used to constrain the resource to the instances of the 
clone.
You must constrain the id of the clone not the id of the instances of the clone.
Example:
If the definition of the clone is:
<clone id="clone_service">
...
  <primitive id="service" ... />
  ...
  </primitive>
</clone>

The constrain must be:
<rsc_colocation id="ip_runs_with_service" from="ip" to="clone_service" 
score="INFINITY">
and not:
<rsc_colocation id="ip_runs_with_service" from="ip" to="service" 
score="INFINITY">

PS: I run the heartbeat 2.1.3 from Debian Lenny.

Il giorno 17/mar/2010, alle ore 22.08, Andrew Beekhof ha scritto:

> Probably swap the values of from and to.


Michele Codutti
Centro Servizi Informatici e Telematici (CSIT)
Universita' degli Studi di Udine
via Delle Scienze, 208 - 33100 UDINE
tel +39 0432 558928
fax +39 0432 558911
e-mail: michele.codutti at uniud.it

_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to