Safe Haskell | Safe |
---|
Ganeti.HTools.Tags.Constants
Description
Tag constants
This module holds all the special tag prefixes honored by Ganeti's htools. The module itself does not depend on anything Ganeti specific so that it can be imported anywhere.
Synopsis
- exTagsPrefix :: String
- standbyPrefix :: String
- migrationPrefix :: String
- allowMigrationPrefix :: String
- locationPrefix :: String
- desiredLocationPrefix :: String
- standbyAuto :: String
- autoRepairTagPrefix :: String
- autoRepairTagEnabled :: String
- autoRepairTagPending :: String
- autoRepairTagResult :: String
- autoRepairTagSuspended :: String
Documentation
exTagsPrefix :: String Source #
The exclusion tag prefix. Instance tags starting with this prefix describe a service provided by the instance. Instances providing the same service at not places on the same node.
standbyPrefix :: String Source #
The tag-prefix indicating that hsqueeze should consider a node as being standby.
migrationPrefix :: String Source #
The prefix for migration tags
allowMigrationPrefix :: String Source #
Prefix of tags allowing migration
locationPrefix :: String Source #
The prefix for node location tags.
desiredLocationPrefix :: String Source #
The prefix for instance desired location tags.
standbyAuto :: String Source #
The tag to be added to nodes that were shutdown by hsqueeze.
autoRepairTagPrefix :: String Source #
Auto-repair tag prefix
autoRepairTagEnabled :: String Source #
autoRepairTagPending :: String Source #
autoRepairTagResult :: String Source #
autoRepairTagSuspended :: String Source #