From: Prasad Krishnan Date: Thu, 19 Mar 2020 01:25:13 +0000 (+0000) Subject: RGW:Multisite: Rename rgw_sync_obj_integrity to rgw_sync_obj_etag_verify X-Git-Tag: v16.1.0~2110^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6c4262bfa7d54563ea8bf616154a6b3491d59347;p=ceph.git RGW:Multisite: Rename rgw_sync_obj_integrity to rgw_sync_obj_etag_verify Signed-off-by: Prasad Krishnan --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index ac269580ed71..474edeef258a 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -1434,7 +1434,7 @@ OPTION(rgw_curl_low_speed_limit, OPT_INT) // low speed limit for certain curl ca OPTION(rgw_curl_low_speed_time, OPT_INT) // low speed time for certain curl calls OPTION(rgw_copy_obj_progress, OPT_BOOL) // should dump progress during long copy operations? OPTION(rgw_copy_obj_progress_every_bytes, OPT_INT) // min bytes between copy progress output -OPTION(rgw_sync_obj_integrity, OPT_BOOL) // verify if the copied object from remote is identical to source +OPTION(rgw_sync_obj_etag_verify, OPT_BOOL) // verify if the copied object from remote is identical to source OPTION(rgw_obj_tombstone_cache_size, OPT_INT) // how many objects in tombstone cache, which is used in multi-zone sync to keep // track of removed objects' mtime diff --git a/src/common/options.cc b/src/common/options.cc index be4a61f04dd4..2919262c1521 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -6287,7 +6287,7 @@ std::vector