Skip to content

Commit 3a1e305

Browse files
authored
Merge pull request ceph#57888 from liangmingyuanneo/wip-standalone-test-pg-repair
qa/standalone: bugfix for latecy repair after scrub Reviewed-by: Ronen Friedman <[email protected]>
2 parents e64b3bd + bbce028 commit 3a1e305

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/standalone/ceph-helpers.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,6 +1856,7 @@ function repair() {
18561856
local last_scrub=$(get_last_scrub_stamp $pgid)
18571857
ceph pg repair $pgid
18581858
wait_for_scrub $pgid "$last_scrub"
1859+
sleep 2
18591860
}
18601861

18611862
function test_repair() {

0 commit comments

Comments
 (0)