|
priority
|
0
|
If not all resources can be active, the cluster will stop lower priority resources in order to keep higher priority ones active.
|
|
target-role
|
Started
|
Indicates what state the cluster should attempt to keep this resource in. Allowed values:
* Stopped - Force the resource to be stopped
* Started - Allow the resource to be started (and in the case of promotable clones, promoted if appropriate)
* Promoted - Allow the resource to be started and, if appropriate, promoted
* Unpromoted - Allow the resource to be started, but only in unpromoted mode if the resource is promotable
|
|
is-managed
|
true
|
Indicates whether the cluster is allowed to start and stop the resource. Allowed values: true, false
|
|
resource-stickiness
|
1
|
Value to indicate how much the resource prefers to stay where it is.
|
|
requires
|
Calculated
|
Indicates under what conditions the resource can be started.
Defaults to fencing except under the conditions noted below. Possible values:
* nothing - The cluster can always start the resource.
* quorum - The cluster can only start this resource if a majority of the configured nodes are active. This is the default value if stonith-enabled is false or the resource’s standard is stonith.
* fencing - The cluster can only start this resource if a majority of the configured nodes are active and any failed or unknown nodes have been fenced.
* unfencing - The cluster can only start this resource if a majority of the configured nodes are active and any failed or unknown nodes have been fenced and only on nodes that have been unfenced. This is the default value if the provides=unfencing stonith meta option has been set for a fencing device.
|
|
migration-threshold
|
INFINITY
|
How many failures may occur for this resource on a node before this node is marked ineligible to host this resource. A value of 0 indicates that this feature is disabled (the node will never be marked ineligible); by contrast, the cluster treats INFINITY (the default) as a very large but finite number. This option has an effect only if the failed operation has on-fail=restart (the default), and additionally for failed start operations if the cluster property start-failure-is-fatal is false.
|
|
failure-timeout
|
0 (disabled)
|
Used in conjunction with the migration-threshold option, indicates how many seconds to wait before acting as if the failure had not occurred, and potentially allowing the resource back to the node on which it failed.
|
|
multiple-active
|
stop_start
|
Indicates what the cluster should do if it ever finds the resource active on more than one node. Allowed values:
* block - mark the resource as unmanaged
* stop_only - stop all active instances and leave them that way
* stop_start - stop all active instances and start the resource in one location only
* stop_unexpected - stop only unexpected instances of the resource, without requiring a full restart. It is the user’s responsibility to verify that the service and its resource agent can function with extra active instances without requiring a full restart.
|
|
critical
|
true
|
Sets the default value for the influence option for all colocation constraints involving the resource as a dependent resource (target_resource), including implicit colocation constraints created when the resource is part of a resource group. The influence colocation constraint option determines whether the cluster will move both the primary and dependent resources to another node when the dependent resource reaches its migration threshold for failure, or whether the cluster will leave the dependent resource offline without causing a service switch. The critical resource meta option can have a value of true or false, with a default value of true.
|
|
allow-unhealthy-nodes
|
false
|
When set to true, the resource is not forced off a node due to degraded node health. When health resources have this attribute set, the cluster can automatically detect if the node’s health recovers and move resources back to it. A node’s health is determined by a combination of the health attributes set by health resource agents based on local conditions, and the strategy-related options that determine how the cluster reacts to those conditions.
|