distrax.mgrs.ceph_mgr
class#
This holds the CephMGR Class, which allows for the creation and removal of the Manager Daemon
- class distrax.mgrs.ceph_mgr.CephMGR(folder='ceph')[source]#
Ceph Manager Class.
This class contains all the methods required to create and remove a Ceph Manager
To read more about the Ceph Manager please see: https://docs.ceph.com/en/latest/glossary/#term-Ceph-Manager
Examples
>>> mgr = CephMGR()
>>> mgr = CephMGR(folder="distrax")