]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
Allow scrubbing while thrashing 244/head
authorWarren Usui <warren.usui@inktank.com>
Tue, 22 Apr 2014 17:59:53 +0000 (10:59 -0700)
committerWarren Usui <warren.usui@inktank.com>
Mon, 28 Apr 2014 18:00:38 +0000 (11:00 -0700)
commit694827bc0c063ed6968c8619c051ae102193e4dc
treeefa71a4dc58b51cf5bd8eb0b2b063806f04b360a
parent2cbe1dc0f85d7a30328d3d2b1e4080204cfe3b8f
Allow scrubbing while thrashing

Added ability to implement scrubbing while thrashing
(scrub_interval in config can be set to an interval
similar to how clean_interval is set).  Defaults to 0,
which indicates that no scrubbing will take place.
Add scrub_interval description to thrashosds docstring.

Fixes: 7199
Signed-off-by: Warren Usui <warren.usui@inktank.com>
teuthology/task/ceph_manager.py
teuthology/task/thrashosds.py