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

ganeti-watcher: ensure confd is running as well


Ganeti-confd should be running on all 2.1 nodes.

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 0ea0ce20
No related branches found
No related tags found
No related merge requests found
......@@ -486,6 +486,8 @@ def main():
try:
# on master or not, try to start the node dameon
EnsureDaemon(constants.NODED)
# start confd as well. On non candidates it will be in disabled mode.
EnsureDaemon(constants.CONFD)
notepad = WatcherState()
try:
......
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