On Tue, Jul 7, 2009 at 9:14 PM, Michael Schwartzkopff<[email protected]> wrote: > Hi, > > In the "configuration explained" I read about the new resource sets within > constraints. I wanted to try it and configured three dummy resources: > > <primitive class="ocf" id="resDummy1" provider="pacemaker" type="Dummy"/> > <primitive class="ocf" id="resDummy2" provider="pacemaker" type="Dummy"/> > <primitive class="ocf" id="resDummy3" provider="pacemaker" type="Dummy"/> > > According to the doc I created the following colocation constratins: > <rsc_colocation id="totalOrder"> > <resource_set id="orderBeispiel" sequential="true"> > <resource_ref id="resDummy1"/> > <resource_ref id="resDummy2"/> > <resource_ref id="resDummy3"/> > </resource_set> > </rsc_colocation> > > As far as I understood the doc resDummy2 and 3 cannot be startet when > resDummy1 is stopped.
Right concept, wrong order. Its the other way around. Did the docs not explain this? > But when I stop resDummy1 crm_resource -L gives me: > > # crm_resource -L > resDummy1 (ocf::pacemaker:Dummy) Stopped > resDummy2 (ocf::pacemaker:Dummy) Started > resDummy3 (ocf::pacemaker:Dummy) Started > > Do I have a problem understanding the doc? Is the doc wrong? Please can > anybody point me in the right direction? Thanks. > > -- > Dr. Michael Schwartzkopff > MultiNET Services GmbH > Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany > Tel: +49 - 89 - 45 69 11 0 > Fax: +49 - 89 - 45 69 11 21 > mob: +49 - 174 - 343 28 75 > > mail: [email protected] > web: www.multinet.de > > Sitz der Gesellschaft: 85630 Grasbrunn > Registergericht: Amtsgericht München HRB 114375 > Geschäftsführer: Günter Jurgeneit, Hubert Martens > > --- > > PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B > Skype: misch42 > _______________________________________________ > 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
