Revision 42ff3343 lib/constants.py

b/lib/constants.py
82 82
DATA_DIR = _autoconf.LOCALSTATEDIR + "/lib/ganeti"
83 83
RUN_DIR = _autoconf.LOCALSTATEDIR + "/run"
84 84
RUN_GANETI_DIR = RUN_DIR + "/ganeti"
85
BDEV_CACHE_DIR = RUN_GANETI_DIR # TODO(2.0): move deeper
85
BDEV_CACHE_DIR = RUN_GANETI_DIR + "/bdev-cache"
86 86
DISK_LINKS_DIR = RUN_GANETI_DIR + "/instance-disks"
87 87
# keep RUN_GANETI_DIR first here, to make sure all get created when the node
88 88
# daemon is started (this takes care of RUN_DIR being tmpfs)

Also available in: Unified diff