]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: replace obsolete get_tracked_conf_keys()
authorRonen Friedman <rfriedma@redhat.com>
Sun, 9 Mar 2025 15:50:09 +0000 (10:50 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Sun, 9 Mar 2025 17:43:42 +0000 (12:43 -0500)
commit4325a506351883b191ebe71be2b32d6615e94aa4
tree61a5f9e28c821aca834f3a09bd4c841151c11012
parentbb2ac3222fc87b1188f8f8a8a6cbe525257d317c
mds: replace obsolete get_tracked_conf_keys()

.. with get_tracked_keys().

As per the original code in this specific case: the
vector of keys is expected to be sorted.

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/mds/MDSRank.cc
src/mds/MDSRank.h