diff options
Diffstat (limited to 'src/mon/PGMonitor.cc')
-rw-r--r-- | src/mon/PGMonitor.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mon/PGMonitor.cc b/src/mon/PGMonitor.cc index bb5f447a4e3..1da2793fdaf 100644 --- a/src/mon/PGMonitor.cc +++ b/src/mon/PGMonitor.cc @@ -1423,7 +1423,6 @@ bool PGMonitor::preprocess_command(MMonCommand *m) cmd_getval(g_ceph_context, cmdmap, "threshold", threshold, int64_t(g_conf->mon_pg_stuck_threshold)); - boost::scoped_ptr<Formatter> f(new_formatter("json")); r = dump_stuck_pg_stats(ds, f.get(), (int)threshold, stuckop_vec); ss << "ok"; r = 0; |