Hi Guys,

one question about group  resource for starting parallel configuring with 
crmshell (Scientifix Linux 64 with pacemaker 1.18-7, cman-3.0.12.1-49 and 
crmsh-1.2.5-55).

in my 2 node cluster I´ll configured a group with 40 ip-address resources for 
easy managing. Now I want that start the resources parallel.

in my crmshell I cannot use the option "meta ordered=false"  - these option is 
no longer disponse for my information

Afte searching i found "resource sets" so I hope it´s correct for my way  to 
parallel my resources but I can´t configure resource sets in crmshell.

Next way for me is testing with xml-code directly in crmshell but here failures 
 too 

for example
crm configure
xml <rsc_colocation id="coloc-1" score="INFINITY"> \
> <resource_set id="collocated-set-1" sequential="false"> \
> <resource_ref id="A"/> \
> <resource_ref id="B"/> \
> <resource_ref id="C"/> \
> </resource_set> \
> <resource_set id="collocated-set-2" sequential="true"> \
> <resource_ref id="D"/> \
> </resource_set> \
> </rsc_colocation>

ERROR: cannot parse xml chunk: <rsc_colocation id=coloc-1 
score=INFINITY><resource_set id=collocated-set-1 sequential=false><resource_ref 
id=A/><resource_ref id=B/><resource_ref id=C/></resource_set><resource_set 
id=collocated-set-2 sequential=true><resource_ref 
id=D/></resource_set></rsc_colocation>
ERROR: not well-formed (invalid token): line 1, column 19

How can I configure my resources to start parallel?

Greetings Wolfgang


Reply via email to