From: Paul Cuzner Date: Wed, 24 Jan 2024 21:22:13 +0000 (+1300) Subject: cephadm: Add nvmeof to autotuner calculation X-Git-Tag: v19.1.0~157^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7957043eb7b1d9c096c2d92151aa025487da5e37;p=ceph.git cephadm: Add nvmeof to autotuner calculation Add nvmeof to the list of daemons when calculating the memory to use for OSDs. Fixes: https://tracker.ceph.com/issues/64020 Signed-off-by: Paul Cuzner (cherry picked from commit 31e4b8de9631eef2b4b5d9865725b0520637d603) --- diff --git a/src/pybind/mgr/cephadm/autotune.py b/src/pybind/mgr/cephadm/autotune.py index 51c931cbad63..72ebcd66064c 100644 --- a/src/pybind/mgr/cephadm/autotune.py +++ b/src/pybind/mgr/cephadm/autotune.py @@ -15,6 +15,7 @@ class MemoryAutotuner(object): 'crash': 128 * 1048576, 'keepalived': 128 * 1048576, 'haproxy': 128 * 1048576, + 'nvmeof': 4096 * 1048576, } default_size = 1024 * 1048576