Skip to content
Snippets Groups Projects
Commit 0b678558 authored by Guido Trotter's avatar Guido Trotter
Browse files

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: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent ed008420
No related branches found
No related tags found
No related merge requests found
...@@ -362,7 +362,6 @@ def main(): ...@@ -362,7 +362,6 @@ def main():
constants.RELEASE_VERSION) constants.RELEASE_VERSION)
dirs = [(val, constants.RUN_DIRS_MODE) for val in constants.SUB_RUN_DIRS] 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)) dirs.append((constants.LOCK_DIR, 1777))
daemon.GenericMain(constants.CONFD, parser, dirs, CheckConfd, ExecConfd) daemon.GenericMain(constants.CONFD, parser, dirs, CheckConfd, ExecConfd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment