From 0b678558f489d136558f41ab883e0a183c30711c Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Fri, 25 Sep 2009 15:51:00 +0100
Subject: [PATCH] ganeti-confd: don't depend on the os log dir

ganeti-confd doesn't need to log anything related to os installations.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 daemons/ganeti-confd | 1 -
 1 file changed, 1 deletion(-)

diff --git a/daemons/ganeti-confd b/daemons/ganeti-confd
index 2fc573797..671dbd205 100755
--- a/daemons/ganeti-confd
+++ b/daemons/ganeti-confd
@@ -362,7 +362,6 @@ def main():
                         constants.RELEASE_VERSION)
 
   dirs = [(val, constants.RUN_DIRS_MODE) for val in constants.SUB_RUN_DIRS]
-  dirs.append((constants.LOG_OS_DIR, 0750))
   dirs.append((constants.LOCK_DIR, 1777))
   daemon.GenericMain(constants.CONFD, parser, dirs, CheckConfd, ExecConfd)
 
-- 
GitLab