Hi, On Tue, Mar 16, 2010 at 12:08:29PM -0700, Robinson, Eric wrote: > >> When you change or reorder group memberships like that (using either > >> crm configure or cibadmin) does it interrupt service? > >> > > > If you added a stopped resource before ones that were already started, > yes. > > I will always be adding new services to the end of the list, so I should > be okay. > > But more importantly, I am still trying to figure out how to implement > resource sets (not groups). I want all of my instances of MySQL to be > dependent on the underlying resources (drbd, filesystem, clusterIP) but > not dependent on each other. That way, mysql instances will migrate in > parallel and not sequentailly. Every time I've attempted that, I have > mangled the config beyond recovery. :-)
order o1 inf: basegroup ( r1 r2 r3 ... ) collocation c1 inf: ( r1 r2 r3 ... ) basegroup If in stead of basegroup there should be a set of other unrelated resources, then just replace it with ( b1 b2 ... ). Never tried this, but I think it should work like that. Thanks, Dejan > -- > Eric Robinson > > > Disclaimer - March 16, 2010 > This email and any files transmitted with it are confidential and intended > solely for General Linux-HA mailing list. If you are not the named addressee > you should not disseminate, distribute, copy or alter this email. Any views > or opinions presented in this email are solely those of the author and might > not represent those of . Warning: Although has taken reasonable precautions > to ensure no viruses are present in this email, the company cannot accept > responsibility for any loss or damage arising from the use of this email or > attachments. > This disclaimer was added by Policy Patrol: http://www.policypatrol.com/ > _______________________________________________ > 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
