From: Yehuda Sadeh Date: Tue, 15 Mar 2016 03:00:35 +0000 (-0700) Subject: rgw: metadata notifications go to all zones X-Git-Tag: v10.1.0~73^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0613b4fb2beea1a77ce08d7b6197e270f27960f6;p=ceph.git rgw: metadata notifications go to all zones Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/rgw_rados.cc b/src/rgw/rgw_rados.cc index ed06c7591b9f..bc0495e4e856 100644 --- a/src/rgw/rgw_rados.cc +++ b/src/rgw/rgw_rados.cc @@ -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; }