On Mon, Aug 08, 2011 at 12:04:49PM +0200, [email protected] wrote: > Hi > > I wonder if the default value of max_child_count (4) has been increased on > last Pacemaker releases ? > or if it is now possible to tune it ?
The heartbeat init script does something like this: $LRMADMIN -p max-children $LRMD_MAX_CHILDREN where LRMADMIN is simply lrmadmin, and LRMD_MAX_CHILDREN is a variable supposed to be set in one of the sourced sysconfig or defaults files. You apparently can only tune it once lrmd is up and running, lrmd does not read any configuration on its own (correct me if I'm wrong). -- : Lars Ellenberg : LINBIT | Your Way to High Availability : DRBD/HA support and consulting http://www.linbit.com DRBD® and LINBIT® are registered trademarks of LINBIT, Austria. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
