]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
OSDMonitor: Make sure pcm is initialised
authorBrad Hubbard <bhubbard@redhat.com>
Wed, 26 Mar 2025 02:45:02 +0000 (12:45 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Mon, 9 Jun 2025 02:40:23 +0000 (12:40 +1000)
commitdd1fb273d5ee6e49c3dfb072cbc7cbd5a5ffd974
treeb847319eedb22217cc3a2073f68aa743760a17a4
parent0c2ff2ae4bde3481b22237f3e256e833ef2bf0d4
OSDMonitor: Make sure pcm is initialised

If mon_memory_target is set in the config database and
mon_memory_autotune is left at default the mon_memory_target change can
be lost. Make sure _set_cache_autotuning() is explicity called any time
pcm related settings are changed.

Fixes: https://tracker.ceph.com/issues/70645
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit b3316073b0f64b4dc49b4fd959a7cbbb21b5778f)
src/mon/OSDMonitor.cc