]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon/OSDMonitor: do clean_pg_upmaps the parallel way if necessary
authorxie xingguo <xie.xingguo@zte.com.cn>
Mon, 3 Jun 2019 08:10:22 +0000 (16:10 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Thu, 6 Jun 2019 02:10:45 +0000 (10:10 +0800)
commitc395f45f1f4d6f5e2b538a34730d9c92d8f9ae8b
tree3c4d15cacf54501a6b90f0103657a02b54de833a
parent4d5cf1e4173e5151cc571af571edb2eab0bb46a7
mon/OSDMonitor: do clean_pg_upmaps the parallel way if necessary

There could definitely be some certain cases we could reliably
skip this kind of checking, but there is no easy way to separate
those out.
However, this is clearly the general way to do the massive pg
upmap clean-up job more efficiently and hence should make sense
in all cases.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/common/legacy_config_opts.h
src/common/options.cc
src/mon/OSDMonitor.cc
src/mon/OSDMonitor.h