On Fri, Dec 11, 2009 at 11:28 AM, Andrew Beekhof <[email protected]> wrote: > On Fri, Dec 11, 2009 at 2:17 AM, infernix <[email protected]> wrote: >> Are these location constraints conflicting with the order constraints? I >> mean, the cluster shouldn't care where they [start|migrate_to], as long as >> they [start|migrate_to] in order, one at a time (or, if possible, a >> configurable number of parallel jobs). >> >> I have a hb_report attached for this last case. > > I'll have a look >
So these are the ordering constraints: db -> dbreplica dbreplica -> core-101 core-101 -> core-200 core-200 -> sysadmin sysadmin -> edge edge -> base The problem is that dbreplica and sysadmin aren't moving, so the ordering rules they're part of have no effect. The only ones doing anything in this case are: core-101 -> core-200, and edge -> base. But that still means that db, core-101, and edge can all still migrate at the same time. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
