From 4c8dbc12669d42c10f14756490fbf2ba2923375d Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Thu, 12 Jun 2008 10:06:18 +0000 Subject: [PATCH] Rename master socket to ganeti-master.sock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit β¦/run/master.sock is not specific enough. 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 1236b793d..3a62f0d78 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -57,7 +57,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 + "/master.sock" +MASTER_SOCKET = RUN_DIR + "/ganeti-master.sock" NODE_INITD_SCRIPT = _autoconf.SYSCONFDIR + "/init.d/ganeti" DEFAULT_NODED_PORT = 1811 -- GitLab