From: Radoslaw Zarzynski Date: Thu, 4 May 2023 15:36:10 +0000 (+0000) Subject: common/options: rocksdb_cf_compact_on_deletion is false by default X-Git-Tag: v16.2.14~160^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F50894%2Fhead;p=ceph.git common/options: rocksdb_cf_compact_on_deletion is false by default This is a pacific-specific commit; not a backport. All it does is switching the default value of `rocksdb_cf_compact_on_deletion`. The rationale is purely our preference towards avoiding huge baheavioral changes in minor release, particularly of an old release family. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/common/options.cc b/src/common/options.cc index 63997c6860283..7fd3b88d2fd25 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3973,7 +3973,7 @@ std::vector