]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon/OSDMonitor: stop recording removed_snaps in mon db
authorSage Weil <sage@redhat.com>
Mon, 23 Sep 2019 15:39:56 +0000 (10:39 -0500)
committerSage Weil <sage@redhat.com>
Mon, 23 Sep 2019 15:42:21 +0000 (10:42 -0500)
commit2435d0c9a5b3ab1f3dc88dbf71d22f945ba5f42f
tree94c759859efa1a4fb2a4ada84a05c53cfc5e868a
parent294af350e380c8a7ab603ce09a1f89ef31b0161d
mon/OSDMonitor: stop recording removed_snaps in mon db

We keep a window of these in the OSDMap; we don't need to duplicate that
information in the mon kv store.  Nobody ever looks at it!

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