Revision 4c5cb91e

b/src/Ganeti/HsConstants.hs
1026 1026
rieVersion :: Int
1027 1027
rieVersion = 0
1028 1028

  
1029
-- | Remote import/export certificate validity in seconds
1029
-- | Remote import/export certificate validity (seconds)
1030 1030
rieCertValidity :: Int
1031 1031
rieCertValidity = 24 * 60 * 60
1032 1032

  
......
1179 1179
defaultMacPrefix :: String
1180 1180
defaultMacPrefix = "aa:00:00"
1181 1181

  
1182
-- | Default maximum instance wait time, in seconds.
1182
-- | Default maximum instance wait time (seconds)
1183 1183
defaultShutdownTimeout :: Int
1184 1184
defaultShutdownTimeout = 120
1185 1185

  
1186
-- | Node clock skew in seconds
1186
-- | Node clock skew (seconds)
1187 1187
nodeMaxClockSkew :: Int
1188 1188
nodeMaxClockSkew = 150
1189 1189

  
......
4302 4302
hotplugAllTargets =
4303 4303
  ConstantUtils.mkSet $ map Types.hotplugTargetToRaw [minBound..]
4304 4304

  
4305
-- | Timeout for disk removal
4305
-- | Timeout for disk removal (seconds)
4306 4306
diskRemoveRetryTimeout :: Int
4307 4307
diskRemoveRetryTimeout = 30
4308 4308

  
4309
-- | Intervall between disk removal retries
4309
-- | Interval between disk removal retries (seconds)
4310 4310
diskRemoveRetryInterval :: Int
4311 4311
diskRemoveRetryInterval  = 3

Also available in: Unified diff