Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions heartbeat/nfsserver
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ The mount point for the sunrpc file system.
</parameters>

<actions>
<action name="start" timeout="40" />
<action name="stop" timeout="20s" />
<action name="monitor" depth="0" timeout="20s" interval="10" />
<action name="start" timeout="90" />
<action name="stop" timeout="60s" />
<action name="monitor" depth="0" timeout="30s" interval="10" />
<action name="meta-data" timeout="5" />
<action name="validate-all" timeout="30" />
</actions>
Expand Down