]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: start decorators.py in cephadmlib
authorAdam King <adking@redhat.com>
Fri, 15 Sep 2023 13:44:58 +0000 (09:44 -0400)
committerAdam King <adking@redhat.com>
Sun, 24 Sep 2023 13:44:27 +0000 (09:44 -0400)
commit2fe7c87bd10516afe0fa298abe0bfb5216d20ad6
tree86600e825616f7301a80408603ba72f680473b63
parentd80e4215f1073661bb4ed615d880317b35f7389f
cephadm: start decorators.py in cephadmlib

Originally, wanted to move all the decorators into
their own files. Unfortunately, that isn't possible
at this time as most of them depend on things that
are still within cephadm.py This includes

list_daemons
_rm_cluster
is_fsid
termcolor
ContainerInfo
Ceph

and I'm sure I'm missing some others. We'll have to
revisit this again later when more of these things
have moved, or they can be slowly moved as their
dependencies are.

Signed-off-by: Adam King <adking@redhat.com>
src/cephadm/cephadm.py
src/cephadm/cephadmlib/decorators.py [new file with mode: 0644]