From: Paul Cuzner Date: Wed, 24 Jan 2024 21:22:13 +0000 (+1300) Subject: cephadm: Add nvmeof to autotuner calculation X-Git-Tag: v20.0.0~2519^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=31e4b8de9631eef2b4b5d9865725b0520637d603;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 --- diff --git a/src/pybind/mgr/cephadm/autotune.py b/src/pybind/mgr/cephadm/autotune.py index 51c931cbad6..72ebcd66064 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