Skip to content

Commit

Permalink
Add pseries-wdt to list of watchdogs (#357)
Browse files Browse the repository at this point in the history
bsc#1217081
jsc#DOCTEAM-1144
  • Loading branch information
tahliar committed Nov 14, 2023
1 parent 6ed3ccd commit b2e2ed3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions xml/ha_storage_protection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -399,13 +399,13 @@ stonith-timeout = Timeout (msgwait) + 20%</screen>
trivial. Automatic probing fails very often. As a result, lots of modules
are already loaded before the right one gets a chance.</para>
<para>
<xref linkend="tab-ha-storage-protect-watchdog-drivers" xrefstyle="select:label"/>
lists some commonly used watchdog drivers. However, this is not a complete list
of supported drivers. If your hardware is not listed here, the directories
The following table lists some commonly used watchdog drivers. However, this is
not a complete list of supported drivers. If your hardware is not listed here,
you can also find a list of choices in the directories
<filename>/lib/modules/<replaceable>KERNEL_VERSION</replaceable>/kernel/drivers/watchdog</filename>
and
<filename>/lib/modules/<replaceable>KERNEL_VERSION</replaceable>/kernel/drivers/ipmi</filename>
also give you a list of choices. Alternatively, ask your hardware or
<filename>/lib/modules/<replaceable>KERNEL_VERSION</replaceable>/kernel/drivers/ipmi</filename>.
Alternatively, ask your hardware or
system vendor for details on system-specific watchdog configuration.
</para>
<table xml:id="tab-ha-storage-protect-watchdog-drivers">
Expand All @@ -430,6 +430,10 @@ stonith-timeout = Timeout (msgwait) + 20%</screen>
<entry>Fujitsu</entry>
<entry><systemitem class="resource">ipmi_watchdog</systemitem></entry>
</row>
<row>
<entry>LPAR on IBM Power</entry>
<entry><systemitem class="resource">pseries-wdt</systemitem></entry>
</row>
<row>
<entry>VM on IBM z/VM</entry>
<entry><systemitem class="resource">vmwatchdog</systemitem></entry>
Expand Down

0 comments on commit b2e2ed3

Please sign in to comment.