]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: move all reshard config options out of legacy_config_options
authorJ. Eric Ivancich <ivancich@redhat.com>
Fri, 30 Nov 2018 19:35:28 +0000 (14:35 -0500)
committerJ. Eric Ivancich <ivancich@redhat.com>
Mon, 3 Dec 2018 19:23:34 +0000 (14:23 -0500)
commit5e3a19edf44356fc4b43c42e92d3a9c6f4c9e399
tree9ffacb6ed33fc705e3169fc58500c1199d8be6c4
parent8a50070ea667e53e45a8c6145927aedd6601bbc5
rgw: move all reshard config options out of legacy_config_options

With commit b713bb77a1d some rgw reshard config options were updated,
but corresponding changes were not made to
legacy_config_options. Since accesses to these config options were
mixed (both modern and legacy) it led to some inconsistencies. So we
remove the legacy options and made sure all accesses uses the modern
convention/coding.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/common/legacy_config_opts.h
src/common/options.cc
src/rgw/librgw.cc
src/rgw/rgw_admin.cc
src/rgw/rgw_main.cc
src/rgw/rgw_rados.cc
src/rgw/rgw_realm_reloader.cc
src/rgw/rgw_reshard.cc