]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: remove old removed_snap_ and removed_epoch_ keys
authorSage Weil <sage@redhat.com>
Mon, 23 Sep 2019 15:57:28 +0000 (10:57 -0500)
committerSage Weil <sage@redhat.com>
Mon, 23 Sep 2019 15:57:28 +0000 (10:57 -0500)
commit7ed8da1f44ed1197b1ef2490de7804ef6c10bff3
tree40fbea2ce6c8be6cd6d28e896efa52816f55b0bd
parent6900420d4e510e6b9e798384f70a2cb9631964db
mon/OSDMonitor: remove old removed_snap_ and removed_epoch_ keys

1- These aren't needed any more.

2- Prior to octopus, the removed_epoch_ epoch keys were merged into
single records when they were contiguous, which meant they could consume
a *lot* of space.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/OSDMonitor.cc