From: myoungwon oh Date: Thu, 18 Apr 2024 11:30:45 +0000 (+0000) Subject: common/options: correct explanation regarding delta_based_overwrite X-Git-Tag: testing/wip-yuriw-testing-20240424.000125-main~26^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=387c0c89992b5a28a7c5bba9f720a951aee1673b;p=ceph-ci.git common/options: correct explanation regarding delta_based_overwrite Signed-off-by: Myoungwon Oh --- diff --git a/src/common/options/crimson.yaml.in b/src/common/options/crimson.yaml.in index c52c54d5250..95fa1f49e73 100644 --- a/src/common/options/crimson.yaml.in +++ b/src/common/options/crimson.yaml.in @@ -121,5 +121,5 @@ options: - name: seastore_data_delta_based_overwrite type: size level: dev - desc: overwrite the existing data block based on delta if the original size is smaller than the value, otherwise do overwrite based on remapping, set to 0 to enforce the remap-based overwrite. + desc: overwrite the existing data block based on delta if the overwrite size is equal to or less than the value, otherwise do overwrite based on remapping, set to 0 to enforce the remap-based overwrite. default: 0