]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon,mgr: replace obsolete get_tracked_conf_keys()
authorRonen Friedman <rfriedma@redhat.com>
Tue, 25 Feb 2025 13:40:20 +0000 (07:40 -0600)
committerRonen Friedman <rfriedma@redhat.com>
Mon, 3 Mar 2025 14:10:07 +0000 (08:10 -0600)
commit2d4b4235fc255fd2a9b114627d9697718795790b
tree8d53a6017342aa8e99680d5f933decc27bbd07a7
parent58ab881ad5ffb18a4562b4d76528741d244eeaf9
mon,mgr: 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>
12 files changed:
src/mgr/DaemonServer.cc
src/mgr/DaemonServer.h
src/mgr/MgrStandby.cc
src/mgr/MgrStandby.h
src/mon/LogMonitor.cc
src/mon/LogMonitor.h
src/mon/Monitor.cc
src/mon/Monitor.h
src/mon/NVMeofGwMon.cc
src/mon/NVMeofGwMon.h
src/mon/OSDMonitor.cc
src/mon/OSDMonitor.h