@@ -380,19 +380,19 @@ ___________________
380380
381381 How to enforce the constraint. Allowed values:
382382
383- * ``Mandatory:`` ``then-action`` will never be initiated for the
383+ * ``Mandatory``: ``then-action`` will never be initiated for the
384384 ``then`` resource unless and until ``first-action`` successfully
385385 completes for the ``first`` resource.
386386
387- * ``Optional:`` The constraint applies only if both specified resource
387+ * ``Optional``: The constraint applies only if both specified resource
388388 actions are scheduled in the same transition (that is, in response to
389389 the same cluster state). This means that ``then-action`` is allowed
390390 on the ``then`` resource regardless of the state of the ``first``
391391 resource, but if both actions happen to be scheduled at the same time,
392392 they will be ordered.
393393
394- * ``Serialize:`` Ensure that the specified actions are never performed
395- concurrently for the specified resources. ``First -action`` and
394+ * ``Serialize``: Ensure that the specified actions are never performed
395+ concurrently for the specified resources. ``first -action`` and
396396 ``then-action`` can be executed in either order, but one must complete
397397 before the other can be initiated. An example use case is when resource
398398 start-up puts a high load on the host.
@@ -401,7 +401,7 @@ ___________________
401401 kind.
402402 - .. index::
403403 single: rsc_order; attribute, symmetrical
404- single: attribute; symmetrical (rsc)order )
404+ single: attribute; symmetrical (rsc_order )
405405 single: symmetrical; rsc_order attribute
406406
407407 If true, the reverse of the constraint applies for the opposite action (for
@@ -542,9 +542,9 @@ _____________________
542542 * - rsc-role
543543 - Started
544544 - .. index::
545- single: clone; ordering constraint , rsc-role
546- single: ordering constraint ; rsc-role (clone )
547- single: rsc-role; clone ordering constraint
545+ single: rsc_colocation; attribute , rsc-role
546+ single: attribute ; rsc-role (rsc_colocation )
547+ single: rsc-role; clone colocation constraint
548548
549549 If ``rsc`` and ``with-rsc`` are specified, and ``rsc`` is a
550550 :ref:`promotable clone <s-resource-promotable>`, the constraint applies
@@ -554,9 +554,9 @@ _____________________
554554 * - with-rsc-role
555555 - Started
556556 - .. index::
557- single: clone; ordering constraint , with-rsc-role
558- single: ordering constraint ; with-rsc-role (clone )
559- single: with-rsc-role; clone ordering constraint
557+ single: rsc_colocation; attribute , with-rsc-role
558+ single: attribute ; with-rsc-role (rsc_colocation )
559+ single: with-rsc-role; clone colocation constraint
560560
561561 If ``rsc`` and ``with-rsc`` are specified, and ``with-rsc`` is a
562562 :ref:`promotable clone <s-resource-promotable>`, the constraint applies
0 commit comments