]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: switch nfs class to use daemon_to_container function
authorJohn Mulligan <jmulligan@redhat.com>
Sun, 5 Nov 2023 20:17:10 +0000 (15:17 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Fri, 17 Nov 2023 13:10:11 +0000 (08:10 -0500)
commit8176c47e9a50afb7cba0b4e06f3102dad8cb8b6c
tree7c85b4fd33de48766d24b17ee16bec8dae7d4f17
parent14566e229698dcceb5c054e7d8faedf507035efc
cephadm: switch nfs class to use daemon_to_container function

Switch the nfs 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