]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix documentation of RGWRealmWatcher
authorCasey Bodley <cbodley@redhat.com>
Fri, 11 Dec 2015 21:53:16 +0000 (16:53 -0500)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 12 Feb 2016 00:13:51 +0000 (16:13 -0800)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_realm_watcher.h

index 1325571dcc689bcb178ec5e066546b022f85e755..b43501e3cf377bafed281b42c69e07e575a91140 100644 (file)
@@ -20,8 +20,7 @@ WRITE_RAW_ENCODER(RGWRealmNotify);
 
 /**
  * RGWRealmWatcher establishes a watch on the current RGWRealm's control object,
- * and responds to notifications by recreating RGWRados with the updated realm
- * configuration.
+ * and forwards notifications to registered observers.
  */
 class RGWRealmWatcher : public librados::WatchCtx2 {
  public: