You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cluster: Addition of new tests to run Scrub and Recovery
Add 2 new tests similar to the background Recovery test for running Scrub load with client IO and the other one for running Scrub, Recovery, and Client load.
The Scrub and client IO test performs the following steps:
- Create a pool and image to populate scrub objects (scrub pool)
- Create scrub thread
- Populate the scrub pool with objects using radosbench
- Initiate deep-scrub on the scrub pool
- Create a second pool and an image in it to run client IO
- Initiate fio job on the second image at the same time the deep-scrub starts
In the second test, we have an additional recovery pool that is populated after an OSD is marked down and out. Once the pool is populated we mark the OSD up and in which starts backfill. At the same time, we begin deep-scrub on the scrub pool and client IO.
Signed-off-by: Aishwarya Mathuria <amathuri@redhat.com>
0 commit comments