Revision e54d6628

b/htools/Ganeti/HTools/Types.hs
46 46
  , baseUtil
47 47
  , addUtil
48 48
  , subUtil
49
  , defVcpuRatio
50 49
  , defReservedDiskRatio
51 50
  , unitMem
52 51
  , unitCpu
......
284 283
queryTimeout :: Int
285 284
queryTimeout = 60
286 285

  
287
-- | Default vcpu-to-pcpu ratio (randomly chosen value).
288
defVcpuRatio :: Double
289
defVcpuRatio = 64
290

  
291 286
-- | Default max disk usage ratio.
292 287
defReservedDiskRatio :: Double
293 288
defReservedDiskRatio = 0

Also available in: Unified diff