table of contents
PACEMAKER(8) | System Administration Utilities | PACEMAKER(8) |
NAME¶
Pacemaker - Part of the Pacemaker cluster resource manager
SYNOPSIS¶
crm_master command [options]
DESCRIPTION¶
crm_master - A convenience wrapper for crm_attribute
Set, update or delete a resource's promotion score
This program should normally only be invoked from inside an OCF resource agent
OPTIONS¶
- --help
- This text
- --version
- Version information
- -V, --verbose
- Increase debug output
- -q, --quiet
- Print only the value on stdout
Commands:¶
- -G, --query
- Query the current value of the attribute/option
- -v, --update=value
- Update the value of the attribute/option
- -D, --delete
- Delete the attribute/option
Additional Options:¶
- -N, --node=value
- Set an attribute for the named node (instead of the current one).
- -l, --lifetime=value
- Until when should the setting take affect. Valid values: reboot, forever
- -i, --id=value
- (Advanced) The ID used to identify the attribute
AUTHOR¶
Written by Andrew Beekhof
December 2020 | Pacemaker 1.1.23-1.el7_9.1 |