diff --git a/lib/constants.py b/lib/constants.py index 0f9b0cc6015efbbb4205797e434783324d5120b1..de8dd489f2aa7163c5ac437c4b8206d40abe84be 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -81,6 +81,7 @@ CONFIG_VERSION = BuildVersion(CONFIG_MAJOR, CONFIG_MINOR, CONFIG_REVISION) DATA_DIR = _autoconf.LOCALSTATEDIR + "/lib/ganeti" RUN_DIR = _autoconf.LOCALSTATEDIR + "/run" BDEV_CACHE_DIR = RUN_DIR + "/ganeti" +DISK_LINKS_DIR = RUN_DIR + "/ganeti/instance-disks" LOCK_DIR = _autoconf.LOCALSTATEDIR + "/lock" CLUSTER_CONF_FILE = DATA_DIR + "/config.data" SSL_CERT_FILE = DATA_DIR + "/server.pem"