]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/options: drop ms_async_max_op_threads 55443/head
authorKefu Chai <kchai@redhat.com>
Fri, 26 Feb 2021 03:26:47 +0000 (11:26 +0800)
committeryite.gu <yitegu0@gmail.com>
Wed, 7 Feb 2024 09:54:18 +0000 (17:54 +0800)
commit2dd94f2d9316b5b11b5b7a994810f54c539d01d3
tree44086c465dde538105d29ca3c6bc66cb0ec4da07
parent3f2a811eb7ec804364397e29126c4e11a68ef893
common/options: drop ms_async_max_op_threads

the last user of this option was DPDKStack::DPDKStack(). which used it
to initialize its func vector. but this option is not used anymore.

so let's drop it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit ee7184639dcd7b8fc0ed5a189bc764151e601437)
doc/rados/configuration/ms-ref.rst
src/common/legacy_config_opts.h
src/common/options.cc