On 11/03/13 14:44, [email protected] wrote:
> how can I adjust the timeout for the start of a mysqld or a httpd in a 
> config. It seems to me as if this is a little to short for our systems.
>
>   

Change this:

> primitive Apache ocf:heartbeat:apache \
>         params configfile="/etc/httpd/conf/httpd.conf" \
>         op monitor interval="45s" timeout="120s"
>   

to this:




primitive Apache ocf:heartbeat:apache \
        params configfile="/etc/httpd/conf/httpd.conf" \
        op monitor interval="45s" timeout="120s" \
        op start interval="0" timeout="240s"


or similar.  The 120s is the timeout for the monitor operation (i.e. the
call which checks if the resource is running).

Tim.

-- 
South East Open Source Solutions Limited
Registered in England and Wales with company number 06134732.  
Registered Office: 2 Powell Gardens, Redhill, Surrey, RH1 1TQ
VAT number: 900 6633 53  http://seoss.co.uk/ +44-(0)1273-808309


_______________________________________________
Pacemaker mailing list: [email protected]
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to