Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Roger Zhou <[email protected]>
  • Loading branch information
tahliar and zzhou1 authored Sep 20, 2024
1 parent 130fae0 commit e006576
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions xml/ha_fencing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -461,14 +461,14 @@ hostlist</screen>
<procedure>
<step>
<para>
Use the <literal>stonith:fence_kdump</literal> resource agent
to monitor all nodes with the Kdump function enabled. A
configuration example is shown below. For more information,
Use the <literal>stonith:fence_kdump</literal> fence agent.
A configuration example is shown below. For more information,
see <command>crm ra info stonith:fence_kdump</command>.
</para>
<screen>&prompt.root;<command>crm configure</command>
&prompt.crm.conf;<command>primitive st-kdump stonith:fence_kdump \
params nodename="&node1; "\ </command><co xml:id="co-ha-fence-kdump-nodename"/>
pcmk_host_list="&node1;" \
<command>pcmk_host_check="static-list" \
pcmk_reboot_action="off" \
pcmk_monitor_action="metadata" \
Expand All @@ -478,17 +478,17 @@ hostlist</screen>
<calloutlist>
<callout arearefs="co-ha-fence-kdump-nodename">
<para>
Name of the node to be monitored. If you need to monitor more than one
node, configure more &stonith; resources. To prevent a specific node
from using a fencing device, add location constraints.
Name of the node to listen a message from <literal>fence_kdump_send</literal>.
Configure more &stonith; resources for other nodes if need.
</para>
</callout>
<callout arearefs="co-ha-fence-kdump-timeout">
<para>
Defines how long to wait for a message from <literal>fence_kdump_send</literal>.
If a message is received, then a Kdump is in progress and the fencing mechanism
considers the node to be fenced. If no message is received during this timeout,
then no Kdump is in progress and the &stonith; device fences the node.
considers the node to be fenced. If no message is received, then fence_dump get
timeout and that indicates the fence operation failed. The next &stonith;
device in the fence_topology fences the node eventually.
</para>
</callout>
</calloutlist>
Expand Down

0 comments on commit e006576

Please sign in to comment.