]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
use sudo to check check health
authorVasu Kulkarni <vasu@redhat.com>
Tue, 11 Apr 2017 20:51:47 +0000 (13:51 -0700)
committerVasu Kulkarni <vasu@redhat.com>
Tue, 11 Apr 2017 20:52:26 +0000 (13:52 -0700)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
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