Skip to content

Commit e88c235

Browse files
committed
Dev: doc: Drop help info of 'configure ms' command
1 parent ae17cc4 commit e88c235

File tree

1 file changed

+4
-38
lines changed

1 file changed

+4
-38
lines changed

doc/crm.8.adoc

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,7 +2531,6 @@ Commands for resources are:
25312531
- `monitor`
25322532
- `group`
25332533
- `clone` (promotable clones)
2534-
- `ms`/`master` (master-slave) (deprecated)
25352534

25362535
In order to streamline large configurations, it is possible to
25372536
define a template which can later be referenced in primitives:
@@ -2869,7 +2868,7 @@ edit [xml] changed
28692868
****************************
28702869
The edit command sometimes cannot properly handle modifying
28712870
element ids. In particular for elements which belong to group or
2872-
ms resources. Group and ms resources themselves also cannot be
2871+
promotable resources. Group and promotable resources themselves also cannot be
28732872
renamed. Please use the `rename` command instead.
28742873
****************************
28752874

@@ -3231,39 +3230,6 @@ monitor apcfence 60m:60s
32313230
Note that after executing the command, the monitor operation may
32323231
be shown as part of the primitive definition.
32333232

3234-
[[cmdhelp_configure_ms,define a master-slave resource (deprecated)]]
3235-
==== `ms` (`master`)
3236-
3237-
The `ms` command creates a master/slave resource type. It may contain a
3238-
single primitive resource or one group of resources.
3239-
3240-
Usage:
3241-
...............
3242-
ms <name> <rsc>
3243-
[description=<description>]
3244-
[meta attr_list]
3245-
[params attr_list]
3246-
3247-
attr_list :: [$id=<id>] <attr>=<val> [<attr>=<val>...] | $id-ref=<id>
3248-
...............
3249-
Example:
3250-
...............
3251-
ms disk1 drbd1 \
3252-
meta notify=true globally-unique=false
3253-
...............
3254-
3255-
.Note on `ms` deprecated
3256-
****************************
3257-
From Pacemaker-2.0, the resource type referred to as "master/slave",
3258-
"stateful", or "multi-state" is no longer a separate resource type,
3259-
but a variation of clone now referred to as a "promotable clone".
3260-
For backward compatibility, above configurations are also accepted.
3261-
...............
3262-
clone disk1 drbd1 \
3263-
meta promotable=true notify=true globally-unique=false
3264-
...............
3265-
****************************
3266-
32673233

32683234
[[cmdhelp_configure_node,define a cluster node]]
32693235
==== `node`
@@ -3709,7 +3675,7 @@ The order of resources is significant: it is assumed that later
37093675
resources depend on earlier ones.
37103676

37113677
If a resource is multi-state, it is assumed that the role on
3712-
which later resources depend is master.
3678+
which later resources depend is Promoted.
37133679

37143680
Tests are run sequentially to prevent running the same resource
37153681
on two or more nodes. Tests are carried out only if none of the
@@ -3870,7 +3836,7 @@ show [xml] [<id>
38703836
| obscure:<glob>
38713837
...]
38723838
3873-
type :: node | primitive | group | clone | ms | rsc_template
3839+
type :: node | primitive | group | clone | rsc_template
38743840
| location | colocation | order
38753841
| rsc_ticket
38763842
| property | rsc_defaults | op_defaults
@@ -4790,7 +4756,7 @@ refresh [force]
47904756
Show actions and any failures that happened on all specified
47914757
resources on all nodes. Normally, one gives resource names as
47924758
arguments, but it is also possible to use extended regular
4793-
expressions. Note that neither groups nor clones or master/slave
4759+
expressions. Note that neither groups nor clones or promotable clone
47944760
names are ever logged. The resource command is going to expand
47954761
all of these appropriately, so that clone instances or resources
47964762
which are part of a group are shown.

0 commit comments

Comments
 (0)