From dff71a5da1de569928619deeb2f832dcb744f5c4 Mon Sep 17 00:00:00 2001 From: "Yan, Zheng" Date: Tue, 23 Feb 2016 17:11:17 +0800 Subject: [PATCH] mon/MDSMonitor.cc: properly note beacon when health metrics changes Fixes: #14684 Signed-off-by: Yan, Zheng --- src/mon/MDSMonitor.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mon/MDSMonitor.cc b/src/mon/MDSMonitor.cc index 4238ffbfc64..79d15005464 100644 --- a/src/mon/MDSMonitor.cc +++ b/src/mon/MDSMonitor.cc @@ -367,6 +367,7 @@ bool MDSMonitor::preprocess_beacon(MonOpRequestRef op) // do not match, to update our stored if (!(pending_daemon_health[gid] == m->get_health())) { dout(20) << __func__ << " health metrics for gid " << gid << " were updated" << dendl; + _note_beacon(m); return false; } -- 2.47.3