]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: metadata notifications go to all zones
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 15 Mar 2016 03:00:35 +0000 (20:00 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 15 Mar 2016 04:44:41 +0000 (21:44 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_rados.cc

index ed06c7591b9f6a9235f83254183a3db0c4fc610c..bc0495e4e856ae7b5a65f82886c05cee9d714ac2 100644 (file)
@@ -2842,7 +2842,7 @@ int RGWMetaNotifier::process()
     ldout(cct, 20) << __func__ << "(): notifying mdlog change, shard_id=" << *iter << dendl;
   }
 
-  notify_mgr.notify_all(store->zonegroup_conn_map, shards);
+  notify_mgr.notify_all(store->zone_conn_map, shards);
 
   return 0;
 }