Skip to content

Commit

Permalink
Clarify that the stonith-timeout formula is a minimum (#364)
Browse files Browse the repository at this point in the history
bsc#1218275
jsc#DOCTEAM-1207
  • Loading branch information
tahliar committed Jan 10, 2024
1 parent 776d55c commit 3eac036
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xml/ha_storage_protection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -372,13 +372,13 @@
</para>
<example xml:id="ex-ha-storage-protect-sbd-timings">
<title>Formula for timeout calculation</title>
<screen>Timeout (msgwait) >= (Timeout (watchdog) * 2)
stonith-timeout = Timeout (msgwait) + 20%</screen>
<screen>Timeout (msgwait) &gt;= (Timeout (watchdog) * 2)
stonith-timeout &gt;= Timeout (msgwait) + 20%</screen>
</example>
<para>
For example, if you set the watchdog timeout to <literal>120</literal>,
set the <literal>msgwait</literal> timeout to <literal>240</literal> and the
<literal>stonith-timeout</literal> to <literal>288</literal>.
set the <literal>msgwait</literal> timeout to at least <literal>240</literal> and the
<literal>stonith-timeout</literal> to at least <literal>288</literal>.
</para>
<para>
If you use the bootstrap scripts provided by the &crmshell; to set up a
Expand Down

0 comments on commit 3eac036

Please sign in to comment.