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