mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
osd: make note about when we get MBackfillReserve REJECT messages
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
ab8f1d2912
commit
6e829a3a7c
@ -8679,6 +8679,8 @@ void OSD::handle_pg_backfill_reserve(OpRequestRef op)
|
||||
m->query_epoch,
|
||||
PG::RemoteBackfillReserved()));
|
||||
} else if (m->type == MBackfillReserve::REJECT) {
|
||||
// NOTE: this is replica -> primary "i reject your request"
|
||||
// and also primary -> replica "cancel my previously-granted request"
|
||||
evt = PG::CephPeeringEvtRef(
|
||||
new PG::CephPeeringEvt(
|
||||
m->query_epoch,
|
||||
|
Loading…
Reference in New Issue
Block a user