From: Sebastian Wagner Date: Thu, 4 Nov 2021 15:49:21 +0000 (+0100) Subject: doc/cephadm: Recommend osd_memory_target_autotune X-Git-Tag: v17.1.0~500^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=41a487005c0727d7ace52ac6f26deffece0a55ea;p=ceph-ci.git doc/cephadm: Recommend osd_memory_target_autotune In case the cluster runs on hardware that is used exclusively for Ceph, let's recommend `osd_memory_target_autotune` Signed-off-by: Sebastian Wagner --- diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index 269bdfbcad5..61cfb4edc5e 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -316,7 +316,16 @@ available and unused device: ceph orch apply osd --all-available-devices -Or See :ref:`cephadm-deploy-osds` for more detailed instructions. +See :ref:`cephadm-deploy-osds` for more detailed instructions. + +In case the cluster runs on hardware that is used exclusively for +Ceph, it is recommended to enable ``osd_memory_target_autotune``. +See :ref:`osd_autotune`. + + .. prompt:: bash # + + ceph config set osd osd_memory_target_autotune true + Using Ceph ==========