Skip to main content
Ctrl+K

DisTRaX documentation

  • Home Page
  • User Docs
    • Installing DisTRaX
    • Quick Start Guide!
    • Quick Start Guide for MPI!
    • Why Sudo: A Message to Sysadmins
  • Developer Guide
    • Design Philosophy
    • API
      • distrax.mons module
        • distrax.mons.AVAILABLE
        • distrax.mons.set_mon
        • distrax.mons.get_mon
        • distrax.mons.abstract_mon class
        • distrax.mons.ceph_mon class
      • distrax.mgrs module
        • distrax.mgrs.AVAILABLE
        • distrax.mgrs.set_mgr
        • distrax.mgrs.get_mgr
        • distrax.mgrs.abstract_mgr class
        • distrax.mgrs.ceph_mgr class
      • distrax.devices module
        • distrax.devices.AVAILABLE
        • distrax.devices.set_device
        • distrax.devices.get_device
        • distrax.devices.abstract_device class
        • distrax.devices.brd_device class
      • distrax.osds module
        • distrax.osds.AVAILABLE
        • distrax.osds.set_osd
        • distrax.osds.get_osd
        • distrax.osds.abstract_osd class
        • distrax.osds.ceph_osd class
      • distrax.pools module
        • distrax.pools.AVAILABLE
        • distrax.pools.set_pool
        • distrax.pools.get_pool
        • distrax.pools.abstract_pool class
        • distrax.pools.ceph_pool class
      • distrax.gateways module
        • distrax.gateways.AVAILABLE
        • distrax.gateways.set_gateway
        • distrax.gateways.get_gateway
        • distrax.gateways.abstract_gateway class
        • distrax.gateways.ceph_gateway class
      • distrax.mdss module
        • distrax.mdss.AVAILABLE
        • distrax.mdss.set_mds
        • distrax.mdss.get_mds
        • distrax.mdss.abstract_mds class
        • distrax.mdss.ceph_mds class
      • distrax.filesystems module
        • distrax.filesystems.AVAILABLE
        • distrax.filesystems.set_filesystem
        • distrax.filesystems.get_filesystem
        • distrax.filesystems.abstract_filesystem class
        • distrax.filesystems.ceph_filesystem class
      • distrax.exceptions.exceptions module
      • distrax.utils module
        • distrax.utils.system module
        • distrax.utils.fileio module
        • distrax.utils.network module
        • distrax.utils.ceph module
  • .rst

distrax.mgrs module

Contents

  • Methods
  • Classes

distrax.mgrs module#

A MGR is the cluster manager daemon, this is often used to maintain cluster health, and make sure that all the parts of the cluster can communicate.

Methods#

AVAILABLE

MGRs that are supported and can be used.

set_mgr(mgr)

Sets the MGR to use.

get_mgr([name])

Gets the mgr as specified by the name.

Classes#

  • distrax.mgrs.abstract_mgr class
  • distrax.mgrs.ceph_mgr class

previous

distrax.mons.ceph_mon class

next

distrax.mgrs.AVAILABLE

Contents
  • Methods
  • Classes

By Gabryel Mason-Williams

© Copyright 2023, Gabryel Mason-Williams.