From 0613b4fb2beea1a77ce08d7b6197e270f27960f6 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Mon, 14 Mar 2016 20:00:35 -0700 Subject: [PATCH] rgw: metadata notifications go to all zones Signed-off-by: Yehuda Sadeh --- src/rgw/rgw_rados.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_rados.cc b/src/rgw/rgw_rados.cc index ed06c7591b9f6..bc0495e4e856a 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; } -- 2.39.5