From: Xuehan Xu Date: Tue, 18 Mar 2025 09:52:33 +0000 (+0800) Subject: common: remove seastore_obj_data_write_amplification X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=218ccbc82a325ec054c3c750294f1ee74cc23644;p=ceph.git common: remove seastore_obj_data_write_amplification Signed-off-by: Xuehan Xu --- diff --git a/src/common/options/crimson.yaml.in b/src/common/options/crimson.yaml.in index 1994a44576d..145ea0502fc 100644 --- a/src/common/options/crimson.yaml.in +++ b/src/common/options/crimson.yaml.in @@ -173,13 +173,6 @@ options: Note this size ratio does not reflect actual memory usage, as it represents the size of evicted pages from A1_in queue. default: 0.5 -- name: seastore_obj_data_write_amplification - type: float - level: advanced - desc: split extent if ratio of total extent size to write size exceeds this value - default: 1.25 -# TODO: seastore_obj_data_write_amplification is no longer correct if -# seastore_data_delta_based_overwrite is enabled. So, this should be reconsidered. - name: seastore_max_concurrent_transactions type: uint level: advanced