]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks: fix non-existent sleep function
authorJosh Durgin <jdurgin@redhat.com>
Thu, 2 Jun 2016 22:24:56 +0000 (15:24 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Fri, 3 Jun 2016 18:15:36 +0000 (11:15 -0700)
commitcfc48e36da74cd8b840270e388cc4b7e3efc1b58
tree7433dc8e9c408ef61d400028798afecc750d42ad
parentbd14a8e13b94b7b50ec060e438d8d7096ae78aeb
tasks: fix non-existent sleep function

CephManager has no sleep function. Use time.sleep() instead.

Ran into this while testing a branch. Apparently it doesn't happen
much since this hasn't changed in years, but the error was copied
into several tasks.

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
tasks/object_source_down.py
tasks/osd_backfill.py
tasks/osd_recovery.py
tasks/peer.py
tasks/recovery_bench.py
tasks/rep_lost_unfound_delete.py
tasks/scrub.py