From 68676a00a95239fcdd935758b7f6144cbec8b0fc Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Wed, 9 Jul 2008 10:41:40 +0000 Subject: [PATCH] Move the master socket in the ganeti run dir ... as it was intended from the beggining, but by mistake left in the top run dir. Reviewed-by: ultrotter --- lib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.py b/lib/constants.py index f61602072..053ee04a5 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -93,7 +93,7 @@ WATCHER_STATEFILE = DATA_DIR + "/watcher.data" SSH_KNOWN_HOSTS_FILE = DATA_DIR + "/known_hosts" ETC_HOSTS = "/etc/hosts" DEFAULT_FILE_STORAGE_DIR = _autoconf.FILE_STORAGE_DIR -MASTER_SOCKET = RUN_DIR + "/ganeti-master.sock" +MASTER_SOCKET = RUN_GANETI_DIR + "/master.sock" NODE_INITD_SCRIPT = _autoconf.SYSCONFDIR + "/init.d/ganeti" DEFAULT_NODED_PORT = 1811 -- GitLab