From: Igor Fedotov Date: Thu, 20 May 2021 11:43:14 +0000 (+0300) Subject: os/bluestore: track bluestore_warn_on_no_per_pg_omap cfg parameter changes. X-Git-Tag: v17.1.0~1842^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5ab3b3b7804dadcc852cc5acf606e65c10d30e2a;p=ceph.git os/bluestore: track bluestore_warn_on_no_per_pg_omap cfg parameter changes. This fixes missed key name in the list of tracked keys. Key change handling is already present in the code. Signed-off-by: Igor Fedotov --- diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index d03ad90f017..2d42c510def 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -4567,6 +4567,7 @@ const char **BlueStore::get_tracked_conf_keys() const "bluestore_cache_autotune_interval", "bluestore_warn_on_legacy_statfs", "bluestore_warn_on_no_per_pool_omap", + "bluestore_warn_on_no_per_pg_omap", "bluestore_max_defer_interval", NULL };