]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd/ConfigWatcher: replace obsolete get_tracked_conf_keys() 62188/head
authorRonen Friedman <rfriedma@redhat.com>
Sun, 9 Mar 2025 17:35:06 +0000 (12:35 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Sun, 9 Mar 2025 17:43:42 +0000 (12:43 -0500)
commit8e9b08ec7f8b20a3dbdef4e05c1d9620886f5e5f
tree6db17136eaee4b1282d66f36a4a4c6db0d1f3576
parent329043355e6fe0a1440aeeac841b37fb1c958ba7
librbd/ConfigWatcher: replace obsolete get_tracked_conf_keys()

.. with get_tracked_keys().

Following https://github.com/ceph/ceph/pull/61394,
all uses of the deprecated interface will be updated,
and that old interface will be removed.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/librbd/ConfigWatcher.cc