From d300ee84b94f5b9eb98f5496492f334a45900e0c Mon Sep 17 00:00:00 2001 From: myoungwon oh Date: Thu, 18 Apr 2024 11:30:45 +0000 Subject: [PATCH] common/options: correct explanation regarding delta_based_overwrite Signed-off-by: Myoungwon Oh (cherry picked from commit 387c0c89992b5a28a7c5bba9f720a951aee1673b) --- src/common/options/crimson.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5