Revision 649bcdd8 lib/constants.py

b/lib/constants.py
96 96
SUB_RUN_DIRS = [ RUN_GANETI_DIR, BDEV_CACHE_DIR, DISK_LINKS_DIR ]
97 97
LOCK_DIR = _autoconf.LOCALSTATEDIR + "/lock"
98 98
SSCONF_LOCK_FILE = LOCK_DIR + "/ganeti-ssconf.lock"
99
# User-id pool lock directory
100
# The user-ids that are in use have a corresponding lock file in this directory
101
UIDPOOL_LOCKDIR = RUN_GANETI_DIR + "/uid-pool"
99 102
CLUSTER_CONF_FILE = DATA_DIR + "/config.data"
100 103
NODED_CERT_FILE = DATA_DIR + "/server.pem"
101 104
RAPI_CERT_FILE = DATA_DIR + "/rapi.pem"
......
844 847
# User-id pool minimum/maximum acceptable user-ids.
845 848
UIDPOOL_UID_MIN = 0
846 849
UIDPOOL_UID_MAX = 2**32-1 # Assuming 32 bit user-ids
850

  
851
# Name or path of the pgrep command
852
PGREP = "pgrep"

Also available in: Unified diff