Skip to content

Commit

Permalink
Apply suggestions from editorial review
Browse files Browse the repository at this point in the history
Co-authored-by: Daria Vladykina <[email protected]>
  • Loading branch information
tahliar and dariavladykina authored Oct 11, 2023
1 parent 0dfae8b commit e634ce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion xml/geo_booth_i.xml
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ ticket = "tkt-sap-prod" <xref linkend="co-ha-geo-booth-config-ticket" xrefstyle=
cluster site. That means, it checks if the cluster is healthy enough to
run the resource (all resource dependencies are fulfilled, the cluster
partition has quorum, no dirty nodes, etc.). For example, if a service in
the dependency-chain has a fail count of <literal>INFINITY</literal> on all
the dependency chain has a fail count of <literal>INFINITY</literal> on all
available nodes, the service cannot be run on that site. In that case, it
is of no use to claim the ticket.
</para>
Expand Down
6 changes: 3 additions & 3 deletions xml/ha_resource_constraints.xml
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@
for resource <literal>rsc1</literal> to preferably run on
<literal>&node1;</literal>. If it fails there,
<literal>migration-threshold</literal> is checked and compared to the
fail count. If fail count &gt;= migration-threshold then the resource is
fail count. If <literal>failcount</literal> &gt;= migration-threshold, then the resource is
migrated to the node with the next best preference.
</para>
<para>
Expand Down Expand Up @@ -944,15 +944,15 @@
<title>Specifying resource failover nodes with &crmsh;</title>
<para>
To determine a resource failover, use the meta attribute
<literal>migration-threshold</literal>. If fail count exceeds
<literal>migration-threshold</literal>. If the fail count exceeds
<literal>migration-threshold</literal> on all nodes, the resource
remains stopped. For example:
</para>
<screen>&prompt.crm.conf;<command>location rsc1-&node1; rsc1 100: &node1;</command></screen>
<para>
Normally, <literal>rsc1</literal> prefers to run on <literal>&node1;</literal>.
If it fails there, <literal>migration-threshold</literal> is checked and compared
to the fail count. If <literal>failcount</literal> &gt;= <literal>migration-threshold</literal>
to the fail count. If <literal>failcount</literal> &gt;= <literal>migration-threshold</literal>,
then the resource is migrated to the node with the next best preference.
</para>
<para>
Expand Down

0 comments on commit e634ce6

Please sign in to comment.