[Linux-HA] Resource set question
Steinhauer Juergen
gawith at gmx.de
Mon Jul 13 03:29:47 MDT 2009
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.
>
More information about the Linux-HA
mailing list