Skip to content

Commit

Permalink
Add info about allow-unhealthy-nodes attribute (#351)
Browse files Browse the repository at this point in the history
bsc#1215886
jsc#DOCTEAM-1126
  • Loading branch information
tahliar authored Oct 6, 2023
1 parent a08b919 commit d275162
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions xml/ha_configuring_resources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1574,14 +1574,14 @@ hostname (string): Hostname
with the <command>crm_resource --meta</command> command or with &hawk2;.
</para>
<para>
The following resource options are available:
The following list shows some common options:
</para>
<variablelist>
<varlistentry>
<term><literal>priority</literal></term>
<listitem>
<para>
If not all resources can be active, the cluster stops lower-priority
If not all resources can be active, the cluster stops lower-priority
resources to keep higher-priority resources active.
</para>
<para>
Expand Down Expand Up @@ -1702,6 +1702,18 @@ hostname (string): Hostname
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>allow-unhealthy-nodes</literal></term>
<listitem>
<para>
Allows the resource to run on a node even if the node's health score would otherwise
prevent it.
</para>
<para>
The default value is <literal>false</literal>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>remote-node</literal></term>
<listitem>
Expand Down

0 comments on commit d275162

Please sign in to comment.