]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: only take in osd into consideration when trimming osdmaps 36982/head
authorKefu Chai <kchai@redhat.com>
Thu, 3 Sep 2020 15:02:58 +0000 (23:02 +0800)
committerNeha Ojha <nojha@redhat.com>
Fri, 4 Sep 2020 00:31:00 +0000 (00:31 +0000)
commit50be1fc6040cf647484a47e2d3620fc758fd6d05
treeced6d5d2db6025e663de69f67b5bb48c7ee0cbb9
parentfee7b7e4d8927d79c886fba1b53276175c503b4b
mon/OSDMonitor: only take in osd into consideration when trimming osdmaps

we should not take down osd into consideration when trimming osdmap. in
e62269c892, we decrease the upper bound of range of osdmaps to be trimmed
if the given osd is out. but we should have to decrease it only if the
osd in question is still *in*.

so, in this change, the min_lec is decreased only if the osd in question
is *in*.

Fixes: https://tracker.ceph.com/issues/47290
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 79175740cf2394bba74163ca8a5131419b9641ed)

 Conflicts:
src/mon/OSDMonitor.cc - trivial resolution
src/mon/OSDMonitor.cc