Skip to content

Commit

Permalink
Doc: Pacemaker Explained: Minor primitive meta-attribute fixes
Browse files Browse the repository at this point in the history
Fix formatting of stop_start and note that promote/demote are affected
by is-managed/maintenance.

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>
  • Loading branch information
nrwahl2 committed Mar 26, 2024
1 parent c400593 commit 057cd28
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/sphinx/Pacemaker_Explained/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,9 @@ behave and can be easily set using the ``--meta`` option of the
is-managed
- :ref:`boolean <boolean>`
- true
- If false, the cluster will not start or stop the resource on any node.
Recurring actions for the resource are unaffected. Maintenance mode
overrides this setting.
- If false, the cluster will not start, stop, promote, or demote the
resource on any node. Recurring actions for the resource are
unaffected. Maintenance mode overrides this setting.

* - .. _meta_maintenance:
.. _rsc_maintenance:
Expand All @@ -421,11 +421,11 @@ behave and can be easily set using the ``--meta`` option of the
maintenance
- :ref:`boolean <boolean>`
- false
- If true, the cluster will not start or stop the resource on any node, and
will pause any recurring monitors (except those specifying ``role`` as
``Stopped``). If true, the :ref:`maintenance-mode <maintenance_mode>`
cluster option or :ref:`maintenance <node_maintenance>` node attribute
override this.
- If true, the cluster will not start, stop, promote, or demote the
resource on any node, and will pause any recurring monitors (except those
specifying ``role`` as ``Stopped``). If true, the
:ref:`maintenance-mode <maintenance_mode>` cluster option or
:ref:`maintenance <node_maintenance>` node attribute overrides this.

* - .. _meta_resource_stickiness:
.. _resource-stickiness:
Expand Down Expand Up @@ -512,7 +512,7 @@ behave and can be easily set using the ``--meta`` option of the

* ``block``: mark the resource as unmanaged
* ``stop_only``: stop all active instances and leave them that way
* `stop_start``: stop all active instances and start the resource in one
* ``stop_start``: stop all active instances and start the resource in one
location only
* ``stop_unexpected``: stop all active instances except where the
resource should be active (this should be used only when extra
Expand Down

0 comments on commit 057cd28

Please sign in to comment.