]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/options: drop ms_async_max_op_threads 39654/head
authorKefu Chai <kchai@redhat.com>
Fri, 26 Feb 2021 03:26:47 +0000 (11:26 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 26 Feb 2021 03:28:07 +0000 (11:28 +0800)
commitee7184639dcd7b8fc0ed5a189bc764151e601437
treec474ac3e7cc9f6c44f8cd51bdf0d11f47cb8c041
parent789c1bd62ae4863038afe9fcc014a47c292f02b7
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>
doc/rados/configuration/ms-ref.rst
src/common/legacy_config_opts.h
src/common/options.cc