]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: move get_legacy_daemon_fsid to data_utils
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 27 Jan 2025 19:33:28 +0000 (14:33 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 29 Jan 2025 19:24:51 +0000 (14:24 -0500)
commitdabb3bd3b36354d36562bd9e780115f1daf7d74e
tree7e7bf333502fff522f2641714afd03cb27dce309
parentb7d3d395258ed89230c90156de02cca1e96812d9
cephadm: move get_legacy_daemon_fsid to data_utils

This function has few dependencies and is essentially a wrapper over
get_legacy_config_fsid a function that is already in data_utils.
Continue reducing the size of cephadm by moving this function out
of cephadm.py.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadm.py
src/cephadm/cephadmlib/data_utils.py