]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PGLog: disable incremental recovery for pre-kraken versions
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 20 Aug 2019 02:43:43 +0000 (10:43 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Thu, 22 Aug 2019 05:43:19 +0000 (13:43 +0800)
commit487372e680c81fe7b132b2d9ccac8949f3c15ec0
tree154bde3c60cfcf05b2e3fb1342a19dd70f73278a
parent879326aca83a53109cc35e6fe5c32ac208e5e96e
osd/PGLog: disable incremental recovery for pre-kraken versions

Since kraken, we always persist the missing set explicitly
(see https://github.com/ceph/ceph/pull/10334) and manually
building the missing set is only meaningful to be compatiable
with pre-kraken versions.

For safety, explicitly disable incremental recovery if we have
to completely re-build the missing set at boot up.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/osd/PGLog.h