]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: create systemd_unit.py for systemd unit related functions
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 28 Sep 2023 21:02:52 +0000 (17:02 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sun, 10 Dec 2023 15:20:24 +0000 (10:20 -0500)
commit676a6da7107d2ae3fb8b8939476e35cd7098376b
tree2c747104e20af6839049338a38c2e857677dcbe0
parentd4013a1d11c532438f92080c70f670d163f2c437
cephadm: create systemd_unit.py for systemd unit related functions

Continue to modularize cephadm by moving the functions related to
generating systemd unit files to a new module.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadm.py
src/cephadm/cephadmlib/systemd_unit.py [new file with mode: 0644]