Revision a59d5fa1 lib/pathutils.py
b/lib/pathutils.py | ||
---|---|---|
71 | 71 |
CRYPTO_KEYS_DIR = RUN_DIR + "/crypto" |
72 | 72 |
IMPORT_EXPORT_DIR = RUN_DIR + "/import-export" |
73 | 73 |
INSTANCE_STATUS_FILE = RUN_DIR + "/instance-status" |
74 |
INSTANCE_REASON_DIR = RUN_DIR + "/instance-reason" |
|
74 | 75 |
#: User-id pool lock directory (used user IDs have a corresponding lock file in |
75 | 76 |
#: this directory) |
76 | 77 |
UIDPOOL_LOCKDIR = RUN_DIR + "/uid-pool" |
Also available in: Unified diff