]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: Rename backfill reservation reject names to reflect too full use 32361/head
authorDavid Zafman <dzafman@redhat.com>
Fri, 23 Aug 2019 15:54:28 +0000 (08:54 -0700)
committerDavid Zafman <dzafman@redhat.com>
Fri, 20 Dec 2019 03:18:23 +0000 (19:18 -0800)
commit19ce29ed904298bafd541f2fdbc138bb72f26ffe
tree42591d494b7ee32811b57ce712adf1ab748f4d39
parentac3fa76bd657c742e93954e20fa23e1670767e62
osd: Rename backfill reservation reject names to reflect too full use

The only reason for a reject is in a too full condition.  Now that we
have two types of revoke, let's make this clearer.

Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 0115595c1d1366cb3633e9dc6730496b9e5cf5c4)

Conflicts:
src/osd/PeeringEvent.h
- file does not exist in nautilus due to refactoring: made the changes manually to src/osd/PGPeeringEvent.h
src/osd/PeeringState.cc
src/osd/PeeringState.h
- files do not exist in nautilus due to refactoring: made the changes manually to src/osd/PG.{cc,h}
  by doing:
      s/RejectRemoteReservation/RejectTooFullRemoteReservation/g
      s/RemoteReservationRejected/RemoteReservationRejectedTooFull/g
src/messages/MBackfillReserve.h
src/osd/PG.cc
src/osd/PG.h
src/osd/PGPeeringEvent.h