]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: refactor reconfigure out of RGWRealmWatcher
authorCasey Bodley <cbodley@redhat.com>
Wed, 7 Oct 2015 16:16:22 +0000 (12:16 -0400)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 12 Feb 2016 00:13:34 +0000 (16:13 -0800)
commit76f811b7e95944a733a09b72e3667fca28c77da0
treed5c8c23498714943b2be264d2a75bc34ca849d67
parentac18d0ce4975793b6f7ff7dee44a07735995bfe9
rgw: refactor reconfigure out of RGWRealmWatcher

add a RGWRealmReloader class to handle reconfiguration, and use a
Watcher interface to get notifications from RGWRealmWatcher

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/CMakeLists.txt
src/rgw/Makefile.am
src/rgw/rgw_main.cc
src/rgw/rgw_realm_reloader.cc [new file with mode: 0644]
src/rgw/rgw_realm_reloader.h [new file with mode: 0644]
src/rgw/rgw_realm_watcher.cc
src/rgw/rgw_realm_watcher.h