On Mon, Jul 28, 2008 at 02:53, Diego Woitasen <[EMAIL PROTECTED]> wrote: > Hi, > I have a Xen+drbd+heartbeat+pacemaker cluster between two nodes. I > have some problems with operations and want to know if there is a way > to tell pacemaker to serialize operations between resources. For > example, I want to ensure that VMs are started one after another and > the same with migration. I know I could do this with resource > ordering, but I want something more simple, just only one operation at > the same time. > > I tried with batch-limit without success.
batch-limit=1 should have serialized _everything_. are you using clones? if not, use rsc_order constraints, and if yes, try setting ordered=true for the clone > > regards! > > -- > ------------------- > Diego Woitasen > ------------------- > _______________________________________________ > 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
