diff options
Diffstat (limited to 'src/mon/MDSMonitor.h')
-rw-r--r-- | src/mon/MDSMonitor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mon/MDSMonitor.h b/src/mon/MDSMonitor.h index b0f88cd3130..dd2a269009d 100644 --- a/src/mon/MDSMonitor.h +++ b/src/mon/MDSMonitor.h @@ -53,6 +53,7 @@ class MDSMonitor : public PaxosService, public PaxosFSMap, protected CommandHand bool prepare_update(MonOpRequestRef op) override; bool should_propose(double& delay) override; bool has_health_warnings(std::vector<mds_metric_t> warnings); + bool has_any_health_warning(); bool should_print_status() const { auto& fs = get_fsmap(); |