ceph/qa/standalone/scrub
David Zafman ae2c5331fb qa: Fix races with waiting for scrubs
The trigger_scrub sets the last_scrub_stamp backwards to
force a scheduled scrub.  In a small window this stamp could get propagated
to the mgr.  A test failure occurred because wait_for_scrub() was confused
by seeing a backward moving date.

The most critical change is having wait_for_scrub() make sure that the
date advances past the previous in value.

A test failed because the random backoff kept delayed triggered scrub, so
set osd_scrub_backoff throughout.

Signed-off-by: David Zafman <dzafman@redhat.com>
2017-08-10 12:37:05 -07:00
..
osd-scrub-repair.sh qa: Fix races with waiting for scrubs 2017-08-10 12:37:05 -07:00
osd-scrub-snaps.sh osd: Avoid confusion over legacy snaps when head_exists corrupt 2017-08-10 12:37:05 -07:00