]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: use wait_for_daemon() instead of sleep()-ing 58495/head
authorRishabh Dave <ridave@redhat.com>
Wed, 22 May 2024 10:50:29 +0000 (16:20 +0530)
committerJos Collin <jcollin@redhat.com>
Wed, 10 Jul 2024 04:25:47 +0000 (09:55 +0530)
commitd0c8db61d58451cc46b35790979e5b80dc9996c7
treefe89a987eb079403f032aef7b38ab7f29576972c
parentc0347425265e06afeaec1de32ec42bb6240260e2
qa/cephfs: use wait_for_daemon() instead of sleep()-ing

To avoid all sorts for races that could happen when using
sleep().

Signed-off-by: Rishabh Dave <ridave@redhat.com>
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 3005495225c94fb77987b47f8af46ad29e404cb3)
qa/tasks/cephfs/test_admin.py