Revision d22b306d src/Ganeti/HsConstants.hs

b/src/Ganeti/HsConstants.hs
3449 3449
     (ConstantUtils.ispecNicCount, Types.iSpecNicCount Types.defMaxISpec),
3450 3450
     (ConstantUtils.ispecSpindleUse, Types.iSpecSpindleUse Types.defMaxISpec)])]
3451 3451

  
3452
masterPoolSizeDefault :: Int
3453
masterPoolSizeDefault = 10
3454

  
3455
-- * Exclusive storage
3456

  
3457
-- | Error margin used to compare physical disks
3458
partMargin :: Double
3459
partMargin = 0.01
3460

  
3461
-- | Space reserved when creating instance disks
3462
partReserved :: Double
3463
partReserved = 0.02
3464

  
3452 3465
-- * Confd
3453 3466

  
3454 3467
confdProtocolVersion :: Int

Also available in: Unified diff