We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dbb8dc + 6180259 commit 463a0baCopy full SHA for 463a0ba
src/mgr/DaemonServer.cc
@@ -95,7 +95,7 @@ DaemonServer::DaemonServer(MonClient *monc_,
95
g_conf().get_val<uint64_t>("mgr_client_messages"))),
96
osd_byte_throttler(new Throttle(g_ceph_context, "mgr_osd_bytes",
97
g_conf().get_val<Option::size_t>("mgr_osd_bytes"))),
98
- osd_msg_throttler(new Throttle(g_ceph_context, "mgr_osd_messsages",
+ osd_msg_throttler(new Throttle(g_ceph_context, "mgr_osd_messages",
99
g_conf().get_val<uint64_t>("mgr_osd_messages"))),
100
mds_byte_throttler(new Throttle(g_ceph_context, "mgr_mds_bytes",
101
g_conf().get_val<Option::size_t>("mgr_mds_bytes"))),
0 commit comments