Project

General

Profile

Actions

Bug #48720

open

ceph: qa/standalone/scrub/osd-recovery-scrub.sh: test fails if a PG is deleted from the primary

Added by Ronen Friedman over 3 years ago. Updated over 3 years ago.

Status:
Fix Under Review
Priority:
Low
Assignee:
-
Category:
OSD
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

The following loop:

    for pg in $(seq 0 $(expr $PGS - 1))
    do
        run_in_background pids pg_scrub $poolid.$(printf "%x" $pg)
    done

failed as one of the PGs was deleted:

2020-12-27T14:15:24.340+0200 7f246cb6f700 10 osd.0 pg_epoch: 54 pg[1.12( empty lb MIN local-lis/les=51/52 n=0 ec=41/41 lis/c=51/51 les/c/f=52/52/0 sis=53) [5,1,6] r=-1 lpr=53 DELETING pi=[51,53)/1 crt=0'0 mlcod 0'0 unknown NOTIFY MUST_SCRUB planned REQ_SCRUB mbc={}] do_peering_event: epoch_sent: 54 epoch_requested: 54 DeleteSome


Related issues 1 (1 open0 closed)

Copied from RADOS - Bug #48719: ceph: qa/standalone/scrub/osd-recovery-scrub.sh: erroneous 'Recovery never started' failureFix Under ReviewRonen Friedman

Actions
Actions #1

Updated by Ronen Friedman over 3 years ago

  • Copied from Bug #48719: ceph: qa/standalone/scrub/osd-recovery-scrub.sh: erroneous 'Recovery never started' failure added
Actions #2

Updated by Ronen Friedman over 3 years ago

  • Status changed from New to Fix Under Review

Suggested PR: 38726

Actions

Also available in: Atom PDF