From b8fd297eb64cd29c58596d0a5b0be8fbe9d94a72 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Tue, 11 Apr 2017 13:51:47 -0700 Subject: [PATCH] use sudo to check check health Signed-off-by: Vasu Kulkarni (cherry picked from commit 7af157ad4ce7f7e2b8de97ee10eeaf64b9099bc0) --- qa/tasks/systemd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/systemd.py b/qa/tasks/systemd.py index 21249604cfa4f..50471db31ea80 100644 --- a/qa/tasks/systemd.py +++ b/qa/tasks/systemd.py @@ -138,5 +138,5 @@ def task(ctx, config): # wait for HEALTH_OK mon = get_first_mon(ctx, config) (mon_remote,) = ctx.cluster.only(mon).remotes.iterkeys() - wait_until_healthy(ctx, mon_remote) + wait_until_healthy(ctx, mon_remote, use_sudo=True) yield -- 2.47.3