1PACEMAKER(8) System Administration Utilities PACEMAKER(8)
2
3
4
6 Pacemaker - Part of the Pacemaker cluster resource manager
7
9 crm_master <command> [<options>]
10
12 crm_master - Query, update, or delete a resource's promotion score
13
14 This program should normally be invoked only from inside an OCF
15 resource agent.
16
17 Common options:
18 --help Display this text, then exit
19
20 --version
21 Display version information, then exit
22
23 -V, --verbose
24 Specify multiple times to increase debug output
25
26 -q, --quiet
27 Print only the value (if querying)
28
29 Commands:
30 -G, --query
31 Query the current value of the promotion score
32
33 -v, --update=VALUE
34 Update the value of the promotion score
35
36 -D, --delete
37 Delete the promotion score
38
39 Additional Options:
40 -N, --node=NODE
41 Use promotion score on named node (instead of local node)
42
43 -l, --lifetime=VALUE
44 Until when should the setting take effect (valid values: reboot,
45 forever)
46
47 -i, --id=VALUE
48 (Advanced) XML ID used to identify promotion score attribute
49
51 Written by Andrew Beekhof
52
53
54
55Pacemaker 2.0.0-5.fc29 April 2019 PACEMAKER(8)