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.