@@ -2531,7 +2531,6 @@ Commands for resources are:
2531
2531
- `monitor`
2532
2532
- `group`
2533
2533
- `clone` (promotable clones)
2534
- - `ms`/`master` (master-slave) (deprecated)
2535
2534
2536
2535
In order to streamline large configurations, it is possible to
2537
2536
define a template which can later be referenced in primitives:
@@ -2869,7 +2868,7 @@ edit [xml] changed
2869
2868
****************************
2870
2869
The edit command sometimes cannot properly handle modifying
2871
2870
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
2873
2872
renamed. Please use the `rename` command instead.
2874
2873
****************************
2875
2874
@@ -3231,39 +3230,6 @@ monitor apcfence 60m:60s
3231
3230
Note that after executing the command, the monitor operation may
3232
3231
be shown as part of the primitive definition.
3233
3232
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
-
3267
3233
3268
3234
[[cmdhelp_configure_node,define a cluster node]]
3269
3235
==== `node`
@@ -3709,7 +3675,7 @@ The order of resources is significant: it is assumed that later
3709
3675
resources depend on earlier ones.
3710
3676
3711
3677
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 .
3713
3679
3714
3680
Tests are run sequentially to prevent running the same resource
3715
3681
on two or more nodes. Tests are carried out only if none of the
@@ -3870,7 +3836,7 @@ show [xml] [<id>
3870
3836
| obscure:<glob>
3871
3837
...]
3872
3838
3873
- type :: node | primitive | group | clone | ms | rsc_template
3839
+ type :: node | primitive | group | clone | rsc_template
3874
3840
| location | colocation | order
3875
3841
| rsc_ticket
3876
3842
| property | rsc_defaults | op_defaults
@@ -4790,7 +4756,7 @@ refresh [force]
4790
4756
Show actions and any failures that happened on all specified
4791
4757
resources on all nodes. Normally, one gives resource names as
4792
4758
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
4794
4760
names are ever logged. The resource command is going to expand
4795
4761
all of these appropriately, so that clone instances or resources
4796
4762
which are part of a group are shown.
0 commit comments