]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: switch ceph class to use daemon_to_container function
authorJohn Mulligan <jmulligan@redhat.com>
Sun, 5 Nov 2023 18:41:29 +0000 (13:41 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Fri, 17 Nov 2023 13:10:11 +0000 (08:10 -0500)
commit32cfb80d81e092a845d1baab0ad39299738a47cb
tree6a10236af5313f93511b41a71549d3002c819988
parenta0e3ff0962c737e6a5321157fcfea0062f60dd1f
cephadm: switch ceph class to use daemon_to_container function

Switch the ceph daemon type class to call daemon_to_container instead of
get_container in the class's container method. This breaks a dependency loop
between the class and the get_container function hopefully enabling future
clean ups and code moves.

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