]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
OSDMonitor: Make sure pcm is initialised 62510/head
authorBrad Hubbard <bhubbard@redhat.com>
Wed, 26 Mar 2025 02:45:02 +0000 (12:45 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Thu, 27 Mar 2025 03:09:12 +0000 (13:09 +1000)
commitb3316073b0f64b4dc49b4fd959a7cbbb21b5778f
tree25e5f172b8f8e8424a9e22a57412b4dcf07c858b
parentfc39d9a4a365d131c17ee207fe656aea5af0c568
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>
src/mon/OSDMonitor.cc