diff --git a/doc/dev/messenger.rst b/doc/dev/messenger.rst index 2b1a8881b93a9..9f313d2f178d9 100644 --- a/doc/dev/messenger.rst +++ b/doc/dev/messenger.rst @@ -3,8 +3,7 @@ ============================ Messenger is the Ceph network layer implementation. Currently Ceph supports -three messenger type "simple", "async" and "xio". The latter two are both -experiment features and shouldn't use them in production environment. +one messenger type: "async". ceph_perf_msgr ============== diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 2167088687714..e3b33e901ffb4 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -133,7 +133,6 @@ OPTION(ms_bind_retry_count, OPT_INT) // If binding fails, how many times do we r OPTION(ms_bind_retry_delay, OPT_INT) // Delay between attempts to bind OPTION(ms_bind_before_connect, OPT_BOOL) OPTION(ms_tcp_listen_backlog, OPT_INT) -OPTION(ms_rwthread_stack_bytes, OPT_U64) OPTION(ms_tcp_read_timeout, OPT_U64) OPTION(ms_pq_max_tokens_per_priority, OPT_U64) OPTION(ms_pq_min_cost, OPT_U64) diff --git a/src/common/options.cc b/src/common/options.cc index 8e2f94bfca410..d8a06e27d56de 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1002,10 +1002,6 @@ std::vector