Revision b4442fd9

b/lib/constants.py
84 84
RUN_GANETI_DIR = RUN_DIR + "/ganeti"
85 85
BDEV_CACHE_DIR = RUN_GANETI_DIR + "/bdev-cache"
86 86
DISK_LINKS_DIR = RUN_GANETI_DIR + "/instance-disks"
87
SOCKET_DIR = RUN_GANETI_DIR + "/socket"
87 88
# keep RUN_GANETI_DIR first here, to make sure all get created when the node
88 89
# daemon is started (this takes care of RUN_DIR being tmpfs)
89 90
SUB_RUN_DIRS = [ RUN_GANETI_DIR, BDEV_CACHE_DIR, DISK_LINKS_DIR ]

Also available in: Unified diff