Hi,

On Wed, Jan 30, 2013 at 10:48:13AM +0100, Ulrich Windl wrote:
> Hi!
> 
> I wonder:
> Is it possible with crm shell to configure a resource group with parallel 
> execution of some primitives like this?:
> 
> group g (r1 r2) (vg1 vg2) (fs1 fs2 fs3) appl

No. Groups mean exactly one thing.

You can use resource sets for that:

order o1 inf: (r1 r2) (vg1 vg2) (fs1 fs2 fs3) appl
colocation c1 inf: appl (fs1 fs2 fs3) (vg1 vg2) (r1 r2)

Thanks,

Dejan

> (Where r* are RAIDs, vg* are LVM VGs, fs* are filesystems, and appl is the 
> application)
> 
> So I imaging the RAIDs could be started in parallel, and once all finished, 
> the VGs (LVs) could be activated in parallel, and once finished the 
> filesystems could be mounted in parallel, and then the application is 
> launched...
> 
> Unfortunately with SLES11 SP2 I just get
> ERROR: object ( does not exist
> ERROR: object ) does not exist
> ERROR: object ( does not exist
> ERROR: object ) does not exist
> ERROR: object ( does not exist
> ERROR: object ) does not exist
> 
> when trying such a thing.
> 
> Regards,
> Ulrich
> 
> 
> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to