diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index 9b9a83e8c80..1e4109499ef 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -5845,6 +5845,7 @@ bool OSDMonitor::preprocess_command(MonOpRequestRef op) if (f) { if (detail == "detail") { f->open_object_section("pool"); + f->dump_int("pool_id", it->first); f->dump_string("pool_name", osdmap.get_pool_name(it->first)); it->second.dump(f.get()); f->close_section();