Skip to content

Commit

Permalink
docs(changelog): version 1.13.2 [citest skip]
Browse files Browse the repository at this point in the history
Update changelog and .README.html for version 1.13.2

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Dec 5, 2023
1 parent 99cca5c commit 704100b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 6 deletions.
31 changes: 25 additions & 6 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -715,13 +715,32 @@ <h3 id="ha_cluster_sbd_enabled"><code>ha_cluster_sbd_enabled</code></h3>
example</a>.</p>
<h3 id="ha_cluster_sbd_options"><code>ha_cluster_sbd_options</code></h3>
<p>list, default: <code>[]</code></p>
<p>List of name-value dictionaries specifying SBD options. Supported
options are: <code>delay-start</code> (defaults to <code>false</code>),
<code>startmode</code> (defaults to <code>always</code>),
<code>timeout-action</code> (defaults to <code>flush,reboot</code>) and
<code>watchdog-timeout</code> (defaults to <code>5</code>). See
<p>List of name-value dictionaries specifying SBD options. See
<code>sbd(8)</code> man page, section 'Configuration via environment'
for their description.</p>
for their description. Supported options are:</p>
<ul>
<li><code>delay-start</code>
<ul>
<li><code>false</code> or <code>integer</code>, defaults to
<code>false</code></li>
<li>documented as SBD_DELAY_START</li>
</ul></li>
<li><code>startmode</code>
<ul>
<li><code>string</code>, defaults to <code>always</code></li>
<li>documented as SBD_STARTMODE</li>
</ul></li>
<li><code>timeout-action</code>
<ul>
<li><code>string</code>, defaults to <code>flush,reboot</code></li>
<li>documented as SBD_TIMEOUT_ACTION</li>
</ul></li>
<li><code>watchdog-timeout</code>
<ul>
<li><code>integer</code>, defaults to <code>5</code></li>
<li>documented as SBD_WATCHDOG_TIMEOUT</li>
</ul></li>
</ul>
<p>You may take a look at <a href="#configuring-cluster-to-use-sbd">an
example</a>.</p>
<p>Watchdog and SBD devices are configured on a node to node basis in <a
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

[1.13.2] - 2023-12-05
--------------------

### Bug Fixes

- fix: set sbd.service timeout based on SBD_START_DELAY (#169)

### Other Changes

- ci: bump actions/github-script from 6 to 7 (#168)

[1.13.1] - 2023-12-01
--------------------

Expand Down

0 comments on commit 704100b

Please sign in to comment.