Hi,

it was my fault. I didn't set "ordered" as meta-attribute.
Nevertheless, the wanted behaviour is still not achieved.

I created a colocation like this:

<resource_set id="app_colocation-resource_set" score="INFINITY"
sequential="true">
          <resource_ref id="app_ips"/>
          <resource_ref id="app"/>
</resource_set>

I would expect, that app_ips, the unordered group, will start in
parallel. After that, the app is started.
But I see, that the IPs start in parallel and during that also the app
is started.

Where#s my fault?

Regards.


Michael Schwartzkopff schrieb:
> Am Montag, 13. Juli 2009 10:05:13 schrieb Steinhauer Juergen:
>> Hi,
>>
>> I just tried to create a group with ordered="false" in pacemaker 1.0.4,
>> but this fails.
>>
>> Regards
> 
> Why does it fail? Any eror message? Nothing in the logs?
> 
> <group id="group">
>         <meta_attributes id="group-meta_attributes">
>           <nvpair id="group-meta_attributes-ordered" name="ordered" 
> value="false"/>
>         </meta_attributes>
>         <primitive class="ocf" id="res1" provider="pacemaker" type="Dummy">
>         </primitive>
>         <primitive class="ocf" id="res2" provider="pacemaker" type="Dummy">
>         </primitive>
>       </group>
> 
> works for me.
> 
_______________________________________________
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