]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
use sudo to check check health 14694/head
authorVasu Kulkarni <vasu@redhat.com>
Tue, 11 Apr 2017 20:51:47 +0000 (13:51 -0700)
committerVasu Kulkarni <vasu@redhat.com>
Thu, 20 Apr 2017 21:09:12 +0000 (14:09 -0700)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
(cherry picked from commit 7af157ad4ce7f7e2b8de97ee10eeaf64b9099bc0)

qa/tasks/systemd.py

index 21249604cfa4f12de48bf518d681ddc3851792ae..50471db31ea80e7c644c9b4a5c9ee78b74e2577c 100644 (file)
@@ -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