From: Vasu Kulkarni Date: Tue, 11 Apr 2017 20:51:47 +0000 (-0700) Subject: use sudo to check check health X-Git-Tag: v10.2.8~60^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F14694%2Fhead;p=ceph.git use sudo to check check health Signed-off-by: Vasu Kulkarni (cherry picked from commit 7af157ad4ce7f7e2b8de97ee10eeaf64b9099bc0) --- 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