On Mon, Aug 03, 2015 at 02:49:22PM +0200, 'Klaus Aehlig' via ganeti-devel wrote:
Signed-off-by: Klaus Aehlig <[email protected]> --- lib/watcher/__init__.py | 1 + 1 file changed, 1 insertion(+)diff --git a/lib/watcher/__init__.py b/lib/watcher/__init__.py index 9a139ee..0eb9340 100644 --- a/lib/watcher/__init__.py +++ b/lib/watcher/__init__.py @@ -703,6 +703,7 @@ def _GlobalWatcher(opts): # we are on master now utils.EnsureDaemon(constants.RAPI) utils.EnsureDaemon(constants.WCONFD) + utils.EnsureDaemon(constants.MAINTD) # If RAPI isn't responding to queries, try one restart logging.debug("Attempting to talk to remote API on %s", -- 2.5.0.rc2.392.g76e840b
LGTM
