id
|
Identifier for the job constructed from the resource id, operation and interval.
|
call-id
|
The job's ticket number. Used as a sort key to determine the order in which the jobs were executed.
|
operation
|
The action the resource agent was invoked with.
|
interval
|
The frequency, in milliseconds, at which the operation will be repeated. 0 indicates a one-off job.
|
op-status
|
The job's status. Generally this will be either 0 (done) or -1 (pending). Rarely used in favor of rc-code.
|
rc-code
|
The job's result. Refer to Section B.3, “How Does the Cluster Interpret the OCF Return Codes?” for details on what the values here mean and how they are interpreted.
|
last-run
|
Diagnostic indicator. Machine local date/time, in seconds since epoch, at which the job was executed.
|
last-rc-change
|
Diagnostic indicator. Machine local date/time, in seconds since epoch, at which the job first returned the current value of rc-code
|
exec-time
|
Diagnostic indicator. Time, in seconds, that the job was running for
|
queue-time
|
Diagnostic indicator. Time, in seconds, that the job was queued for in the LRMd
|
crm_feature_set
|
The version which this job description conforms to. Used when processing op-digest
|
transition-key
|
A concatenation of the job's graph action number, the graph number, the expected result and the UUID of the crmd instance that scheduled it. This is used to construct transition-magic (below).
|
transition-magic
|
A concatenation of the job's op-status, rc-code and transition-key. Guaranteed to be unique for the life of the cluster (which ensures it is part of CIB update notifications) and contains all the information needed for the crmd to correctly analyze and process the completed job. Most importantly, the decomposed elements tell the crmd if the job entry was expected and whether it failed.
|
op-digest
|
An MD5 sum representing the parameters passed to the job. Used to detect changes to the configuration and restart resources if necessary.
|
crm-debug-origin
|
Diagnostic indicator. The origin of the current values.
|