]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: move ceph get_daemon_args logic to a method on the class
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 19 Oct 2023 20:03:22 +0000 (16:03 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sat, 4 Nov 2023 18:53:06 +0000 (14:53 -0400)
commit87b03e61753d0c388abc50e41f40a632b1522562
tree30d5569de87d50950b8224730973a51da321078c
parent5f25a2a161571bfa3386a19d2c26d4e4093b348f
cephadm: move ceph get_daemon_args logic to a method on the class

Move the logic used to get deamon args into a method of the Ceph class.
This requires an update to save a reference to ctx.

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