diff --git a/src/common/ceph_context.cc b/src/common/ceph_context.cc index e259b28feed..fd5bf182c6d 100644 --- a/src/common/ceph_context.cc +++ b/src/common/ceph_context.cc @@ -642,11 +642,13 @@ CephContext::~CephContext() delete _plugin_registry; _admin_socket->unregister_command("perfcounters_dump"); - _admin_socket->unregister_command("perf dump"); _admin_socket->unregister_command("1"); + _admin_socket->unregister_command("perf dump"); _admin_socket->unregister_command("perfcounters_schema"); - _admin_socket->unregister_command("perf schema"); + _admin_socket->unregister_command("perf histogram dump"); _admin_socket->unregister_command("2"); + _admin_socket->unregister_command("perf schema"); + _admin_socket->unregister_command("perf histogram schema"); _admin_socket->unregister_command("perf reset"); _admin_socket->unregister_command("config show"); _admin_socket->unregister_command("config set");