]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: replace _calc_daemon_deps call in agent.py
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 9 Mar 2026 18:57:05 +0000 (14:57 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 26 Mar 2026 13:31:38 +0000 (09:31 -0400)
commitdc90caa8f278abc0a205c6e66f9ee04cc4b5298a
treeb4b103fd2e90ca843a35fc2c3d86754e88b21f9f
parente54415149fe97472deef4beb12deee4ccab5de61
mgr/cephadm: replace _calc_daemon_deps call in agent.py

Replace the use of _calc_daemon_deps in agent.py with direct call to the
method that _calc_daemon_deps uses. This avoids a bunch of redundant
calls just to get the service class (that we already have) and removes a
use of a rarely used "helper" function.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/cephadm/agent.py