Table of Contents
admin_epoch, epoch, num_updates
) tuple to replace the configuration on all the nodes - which makes setting them and setting them correctly very important.
Field | Description |
---|---|
admin_epoch |
Never modified by the cluster. Use this to make the configurations on any inactive nodes obsolete.
Never set this value to zero, in such cases the cluster cannot tell the difference between your configuration and the "empty" one used when nothing is found on disk.
|
epoch | Incremented every time the configuration is updated (usually by the admin) |
num_updates | Incremented every time the configuration or status is updated (usually by the cluster) |
Field | Description |
---|---|
validate-with | Determines the type of validation being done on the configuration. If set to "none", the cluster will not verify that updates conform the the DTD (nor reject ones that don't). This option can be useful when operating a mixed version cluster during an upgrade. |
Field | Description |
---|---|
crm-debug-origin | Indicates where the last update came from. Informational purposes only. |
cib-last-written | Indicates when the configuration was last written to disk. Informational purposes only. |
dc-uuid | Indicates which cluster node is the current leader. Used by the cluster when placing resources and determining the order of some events. |
have-quorum | Indicates if the cluster has quorum. If false, this may mean that the cluster cannot start resources or fence other nodes. See no-quorum-policy below. |
admin_epoch
, for example, one would use:
cibadmin --modify --crm_xml ‘<cib admin_epoch="42"/>'
<cib have-quorum="true" validate-with="pacemaker-1.0" admin_epoch="1" epoch="12" num_updates="65" dc-uuid="ea7d39f4-3b94-4cfa-ba7a-952956daabee">