@@ -3264,25 +3264,6 @@ clone disk1 drbd1 \
3264
3264
...............
3265
3265
****************************
3266
3266
3267
- .Note on `id-ref` usage
3268
- ****************************
3269
- Instance or meta attributes (`params` and `meta`) may contain
3270
- a reference to another set of attributes. In that case, no other
3271
- attributes are allowed. Since attribute sets' ids, though they do
3272
- exist, are not shown in the `crm`, it is also possible to
3273
- reference an object instead of an attribute set. `crm` will
3274
- automatically replace such a reference with the right id:
3275
-
3276
- ...............
3277
- crm(live)configure# primitive a2 www-2 meta $id-ref=a1
3278
- crm(live)configure# show a2
3279
- primitive a2 apache \
3280
- meta $id-ref=a1-meta_attributes
3281
- [...]
3282
- ...............
3283
- It is advisable to give meaningful names to attribute sets which
3284
- are going to be referenced.
3285
- ****************************
3286
3267
3287
3268
[[cmdhelp_configure_node,define a cluster node]]
3288
3269
==== `node`
@@ -3471,6 +3452,26 @@ primitive A ocf:pacemaker:Dummy \
3471
3452
op_meta 1: timeout=60s
3472
3453
...............
3473
3454
3455
+ .Note on `id-ref` usage
3456
+ ****************************
3457
+ Instance or meta attributes (`params` and `meta`) may contain
3458
+ a reference to another set of attributes. In that case, no other
3459
+ attributes are allowed. Since attribute sets' ids, though they do
3460
+ exist, are not shown in the `crm`, it is also possible to
3461
+ reference an object instead of an attribute set. `crm` will
3462
+ automatically replace such a reference with the right id:
3463
+
3464
+ ...............
3465
+ crm(live)configure# primitive a2 www-2 meta $id-ref=a1
3466
+ crm(live)configure# show a2
3467
+ primitive a2 apache \
3468
+ meta $id-ref=a1-meta_attributes
3469
+ [...]
3470
+ ...............
3471
+ It is advisable to give meaningful names to attribute sets which
3472
+ are going to be referenced.
3473
+ ****************************
3474
+
3474
3475
[[cmdhelp_configure_property,set a cluster property]]
3475
3476
==== `property`
3476
3477
0 commit comments