From 42ff3343dd5b7efb07608397926e34cf038a077d Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Wed, 23 Jul 2008 08:22:06 +0000 Subject: [PATCH] Move BDEV_CACHE_DIR to RUN_GANETI_DIR/bdev-cache This was a TODO for 2.0 Reviewed-by: iustinp --- lib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.py b/lib/constants.py index ec93d5d64..61b9e5bf3 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -82,7 +82,7 @@ CONFIG_VERSION = BuildVersion(CONFIG_MAJOR, CONFIG_MINOR, CONFIG_REVISION) DATA_DIR = _autoconf.LOCALSTATEDIR + "/lib/ganeti" RUN_DIR = _autoconf.LOCALSTATEDIR + "/run" RUN_GANETI_DIR = RUN_DIR + "/ganeti" -BDEV_CACHE_DIR = RUN_GANETI_DIR # TODO(2.0): move deeper +BDEV_CACHE_DIR = RUN_GANETI_DIR + "/bdev-cache" DISK_LINKS_DIR = RUN_GANETI_DIR + "/instance-disks" # keep RUN_GANETI_DIR first here, to make sure all get created when the node # daemon is started (this takes care of RUN_DIR being tmpfs) -- GitLab