]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: Rename backfill reservation reject names to reflect too full use 29999/head
authorDavid Zafman <dzafman@redhat.com>
Fri, 23 Aug 2019 15:54:28 +0000 (08:54 -0700)
committerNathan Cutler <ncutler@suse.com>
Sat, 12 Oct 2019 09:03:52 +0000 (11:03 +0200)
commit69ca01df212ebacc46e1a3f921f71221eade464d
treefff21115bc72c48767bcc5cf162749cc02128c2d
parentd34dba7cb664f9c39ff06208c748dcfbd6a56eee
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