From: Prasad Krishnan Date: Wed, 18 Mar 2020 18:03:15 +0000 (+0000) Subject: RGW:Multisite: Rename rgw_copy_verify_object to rgw_sync_obj_integrity X-Git-Tag: v16.1.0~2110^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=31e944fced60e47139973361cbb753aeaeb3c863;p=ceph.git RGW:Multisite: Rename rgw_copy_verify_object to rgw_sync_obj_integrity This patch renames the option rgw_copy_verify_object to rgw_sync_obj_integrity and incorporates more changes suggested through code-review comments. Signed-off-by: Prasad Krishnan --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index f2747371c7b4..ac269580ed71 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_copy_verify_object, OPT_BOOL) // verify if the copied object is identical to source +OPTION(rgw_sync_obj_integrity, 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 97a492a32e48..be4a61f04dd4 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -6287,12 +6287,14 @@ std::vector