Revision 63c73073 lib/constants.py

b/lib/constants.py
2053 2053

  
2054 2054
MASTER_POOL_SIZE_DEFAULT = 10
2055 2055

  
2056
# Exclusive storage:
2057
# Error margin used to compare physical disks
2058
PART_MARGIN = .01
2059
# Space reserved when creating instance disks
2060
PART_RESERVED = .02
2061

  
2056 2062
CONFD_PROTOCOL_VERSION = 1
2057 2063

  
2058 2064
CONFD_REQ_PING = 0

Also available in: Unified diff