Revision d22b306d lib/constants.py

b/lib/constants.py
1452 1452
  IPOLICY_SPINDLE_RATIO: 32.0,
1453 1453
  }
1454 1454

  
1455
MASTER_POOL_SIZE_DEFAULT = 10
1455
MASTER_POOL_SIZE_DEFAULT = _constants.MASTER_POOL_SIZE_DEFAULT
1456 1456

  
1457
# Exclusive storage:
1458
# Error margin used to compare physical disks
1459
PART_MARGIN = .01
1460
# Space reserved when creating instance disks
1461
PART_RESERVED = .02
1457
PART_MARGIN = _constants.PART_MARGIN
1458
PART_RESERVED = _constants.PART_RESERVED
1462 1459

  
1463 1460
CONFD_PROTOCOL_VERSION = _constants.CONFD_PROTOCOL_VERSION
1464 1461

  

Also available in: Unified diff