Table of Contents
resource-stickiness
during working hours, to prevent resources from being moved back to their most preferred location, and another on weekends when no-one is around to notice an outage.
boolean-op
field to determine if the rule ultimately evaluates to true
or false
. What happens next depends on the context in which the rule is being used.
#uname
that can also be used.
Table 8.2. Properties of an Expression
Field | Description |
---|---|
value
| |
attribute
| |
type
| |
operation
|
The comparison to perform. Allowed values:
* lt - True if the node attribute’s value is less than
value
* gt - True if the node attribute’s value is greater than
value
* lte - True if the node attribute’s value is less than or equal to
value
* gte - True if the node attribute’s value is greater than or equal to
value
* eq - True if the node attribute’s value is equal to
value
* ne - True if the node attribute’s value is not equal to
value
* defined - True if the node has the named attribute
|