]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
auth,client: replace obsolete get_tracked_conf_keys()
authorRonen Friedman <rfriedma@redhat.com>
Sun, 2 Mar 2025 12:10:15 +0000 (06:10 -0600)
committerRonen Friedman <rfriedma@redhat.com>
Mon, 3 Mar 2025 16:03:12 +0000 (10:03 -0600)
commit1a06923049dfd9a9c26dbf0f45ac72f893087438
tree9cc42a8b3732d97b028a8045b9ce6202bf21ad24
parent2d4b4235fc255fd2a9b114627d9697718795790b
auth,client: 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/auth/AuthRegistry.cc
src/auth/AuthRegistry.h
src/client/Client.cc
src/client/Client.h