Custom cluster resource timeout do not work when set __enforce_timeouts="1"
Issue
We have configured a cluster resource with customer start timeout, but when running tests the default timeout will be used anyway
...
<resources>
<script __enforce_timeouts="1" file="/etc/init.d/httpd" name="httpd">
<action name="start" timeout="30"/>
</script>
</resources>
<service name="httpd_srv">
<script ref="httpd"/>
</service>
...
Environment
- Red Hat Enterprise Linux 5
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
