Revision 6dc364f9 src/Ganeti/HsConstants.hs

b/src/Ganeti/HsConstants.hs
1097 1097
defaultIallocatorShortcut :: String
1098 1098
defaultIallocatorShortcut = "."
1099 1099

  
1100
iallocatorNevacPri :: String
1101
iallocatorNevacPri = Types.nodeEvacModeToRaw NEvacPrimary
1102

  
1103
iallocatorNevacSec :: String
1104
iallocatorNevacSec = Types.nodeEvacModeToRaw NEvacSecondary
1105

  
1106
iallocatorNevacAll :: String
1107
iallocatorNevacAll = Types.nodeEvacModeToRaw NEvacAll
1108

  
1109
iallocatorNevacModes :: FrozenSet String
1110
iallocatorNevacModes =
1111
  ConstantUtils.mkSet $ map Types.nodeEvacModeToRaw [minBound..]
1112

  
1113 1100
-- * Node evacuation
1114 1101

  
1115 1102
nodeEvacPri :: String

Also available in: Unified diff