From: Samuel Just Date: Fri, 19 Feb 2016 20:26:27 +0000 (-0800) Subject: divergent_priors: add sleep after reviving divergent X-Git-Tag: v11.1.1~58^2^2~341^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=af3af30418902fb0ff436d7207582bae0226a05a;p=ceph-ci.git divergent_priors: add sleep after reviving divergent Basically same thing as c0b0ec2831f410d89b695a1d08122334d8ee907a client is getting ENXIO when trying to do osd tell because the osd isn't quite up yet. Signed-off-by: Samuel Just --- diff --git a/tasks/divergent_priors.py b/tasks/divergent_priors.py index 602eb518d6d..d81ea472734 100644 --- a/tasks/divergent_priors.py +++ b/tasks/divergent_priors.py @@ -143,6 +143,8 @@ def task(ctx, config): log.info("reviving divergent %d", divergent) ctx.manager.revive_osd(divergent) + time.sleep(20) + log.info('allowing recovery') # Set osd_recovery_delay_start back to 0 and kick the queue for i in osds: