]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: remove rgw_realm_reconfigure_delay 13070/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 21 Mar 2017 16:19:01 +0000 (12:19 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 26 Apr 2017 12:51:02 +0000 (08:51 -0400)
commitf422d4f1841e15a4ecf2d9304aa77021e8bd8626
treef6a98e9ad92d676ccad8794345f8b04bb0b14925
parent721e3d6ee5917b19cfc15e3e9582d23623b8cca7
rgw: remove rgw_realm_reconfigure_delay

when the master zone is changed, this config variable was increasing the
window of time where the old master zone would continue to handle
requests to modify metadata. those changes would not be reflected by the
new metadata master zone, and would be lost to the cluster

it was an attempt to optimize for the unlikely case of multiple period
changes in a short period of time, but the logic in reload() handles this
case correctly as is

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/common/config_opts.h
src/rgw/rgw_realm_reloader.cc
src/rgw/rgw_realm_reloader.h