--meta option of the crm_resource command.
| Field | Default | Description |
|---|---|---|
| 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 |
What state should the cluster attempt to keep this resource in? Allowed values:
|
| is-managed | TRUE | Is the cluster allowed to start and stop the resource? Allowed values: true, false |
| resource-stickiness | Inherited | How much does the resource prefer to stay where it is? Defaults to the value of resource-stickiness in the rsc_defaults section |
| migration-threshold | 0 (disabled) | How many failures should occur for this resource on a node before making the node ineligible to host this resource. |
| failure-timeout | 0 (disabled) | 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 |
What should the cluster do if it ever finds the resource active on more than one node. Allowed values:
|
crm_resource --meta --resource Email --set-parameter priority --property-value 100crm_resource --meta --resource Email --set-parameter multiple-active --property-value block
<primitive id="Email" class="lsb" type="exim">
<meta_attributes id="meta-email">
<nvpair id="email-priority" name="priority" value="100"/>
<nvpair id="email-active" name="multiple-active" value="block"/>
</meta_attributes>
</primitive>