Skip to content

Commit eac0aea

Browse files
committed
Add more information about how clones are promoted (#459)
* Add more information about how clones are promoted bsc#1253010 jsc#DOCTEAM-2014 * Updated revision date * Update from tech review
1 parent 83bad1a commit eac0aea

2 files changed

Lines changed: 30 additions & 9 deletions

File tree

xml/book_administration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<info xmlns:d="http://docbook.org/ns/docbook">
7777
<revhistory xml:id="rh-admin-config">
7878
<revision>
79-
<date>2021-06-22</date>
79+
<date>2025-11-27</date>
8080
<revdescription>
8181
<para/>
8282
</revdescription>

xml/ha_configuring_resources.xml

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</dm:docmanager>
2525
<revhistory xml:id="rh-sec-ha-config-basics-resources">
2626
<revision>
27-
<date>2024-01-15</date>
27+
<date>2025-11-27</date>
2828
<revdescription>
2929
<para/>
3030
</revdescription>
@@ -769,8 +769,8 @@
769769
<term>Promotable clones (multi-state resources)</term>
770770
<listitem>
771771
<para>
772-
Active instances of these resources are divided into two states,
773-
active and passive. These are also sometimes called primary and
772+
Active instances of these resources are divided into two states:
773+
promoted and unpromoted. These are also sometimes called primary and
774774
secondary. Promotable clones can be either
775775
anonymous or globally unique. For more information, see
776776
<xref linkend="sec-ha-config-basics-resources-advanced-masters"/>.
@@ -885,16 +885,37 @@
885885
<title>Creating promotable clones (multi-state resources)</title>
886886
<para>
887887
Promotable clones (formerly known as multi-state resources) are a
888-
specialization of clones. They allow the
889-
instances to be in one of two operating modes (primary or
888+
specialization of clones. They allow the instances to be in one of two
889+
operating modes: promoted or unpromoted (also known as primary or
890890
secondary). Promotable clones must contain
891891
exactly one group or one regular resource.
892892
</para>
893+
<para>
894+
&pace; determines which instance of the clone to promote using one of the following
895+
methods (or a combination of both):
896+
</para>
897+
<itemizedlist>
898+
<listitem>
899+
<para>
900+
If a resource agent supports promotable clones, it might automatically set
901+
<emphasis>promotion scores</emphasis> based on its own preference for which
902+
instance to promote.
903+
</para>
904+
</listitem>
905+
<listitem>
906+
<para>
907+
You can manually set promotion rules or preferences by creating
908+
<emphasis>location</emphasis> or <emphasis>colocation</emphasis> constraints.
909+
</para>
910+
</listitem>
911+
</itemizedlist>
912+
<para>
913+
For more information, see <link xlink:href="https://clusterlabs.org/projects/pacemaker/doc/3.0/Pacemaker_Explained/html/collective.html#determining-which-instance-is-promoted"/>.
914+
</para>
893915
<para>
894916
When configuring resource monitoring or constraints, promotable
895-
clones have different requirements than simple resources. For
896-
details, see &paceex;. The version for Pacemaker 1.1 is available from
897-
<link xlink:href="http://www.clusterlabs.org/pacemaker/doc/"/>.
917+
clones have different requirements than simple resources. For more information, see
918+
<link xlink:href="https://clusterlabs.org/projects/pacemaker/doc/3.0/Pacemaker_Explained/html/collective.html#clone-constraints"/>.
898919
</para>
899920
<para>
900921
You can create promotable clones using either &hawk2; or &crmsh;.

0 commit comments

Comments
 (0)