You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/ganeti/files/ganeti-lockdir.patch

16 lines
468 B

diff --git a/lib/pathutils.py b/lib/pathutils.py
index db860ff..53a9cc4 100644
--- a/lib/pathutils.py
+++ b/lib/pathutils.py
@@ -63,9 +63,9 @@ ETC_HOSTS = vcluster.ETC_HOSTS
# Top-level paths
DATA_DIR = LOCALSTATEDIR + "/lib/ganeti"
-LOCK_DIR = LOCALSTATEDIR + "/lock"
+LOCK_DIR = "/run/lock"
LOG_DIR = LOCALSTATEDIR + "/log/ganeti"
RUN_DIR = "/run/ganeti"
#: Script to configure master IP address
DEFAULT_MASTER_SETUP_SCRIPT = TOOLSDIR + "/master-ip-setup"