Skip to content

Commit f7425e7

Browse files
authored
Merge pull request ceph#62510 from badone/wip-tracker-70645-mon_memory_target-fix
OSDMonitor: Make sure pcm is initialised Reviewed-by: Sridhar Seshasayee <[email protected]>
2 parents 182ea58 + b331607 commit f7425e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mon/OSDMonitor.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ void OSDMonitor::handle_conf_change(const ConfigProxy& conf,
503503
}
504504
if (changed.count("mon_memory_target") ||
505505
changed.count("rocksdb_cache_size")) {
506+
_set_cache_autotuning();
506507
int r = _update_mon_cache_settings();
507508
if (r < 0) {
508509
derr << __func__ << " mon_memory_target:"

0 commit comments

Comments
 (0)