distrax.pools.ceph_pool class#
This holds the CephPool Class, that allows for the creation and removal of ceph pools.
- class distrax.pools.ceph_pool.CephPool[source]#
- CephPool class this allows for the creation and removal of the Ceph Pools. - To read more about the Ceph Pools please see: https://docs.ceph.com/en/latest/rados/operations/pools/ - Examples - >>> pool = CephPool()