On Fri, 2010-04-02 at 13:53 -0600, Greg Woods wrote: > WARNING: vm-ip1: default timeout 20s for start is smaller than the > advised 90
Found the answer for this one in the gossamer-threads for the "pacemaker" list. Should have thought of looking there first. For those who are struggling with the documentation as much as I am: it is recommended that the warnings like this be eliminated by setting the start and stop timeouts for the individual resource. This is done in the crm shell inside the "primitive" command that defines the resource. Inserting a line like this would get rid of the above warning: op start timeout="90s" \ Easy once you know the magic incantation. --Greg _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
