distrax.mdss.get_mds#

distrax.mdss.get_mds(name='')[source]#

Gets the mds as specified by the name.

Parameters:

name (str) – Name of a supported mds, i.e. ceph

Return type:

Optional[MDS]

Returns:

A name tuple with the name of the storage and the class

Examples

>>> distrax.mdss as mdss
>>> mds = mdss.get_mds("ceph")
>>> mds.name
    ceph
>>> mds.MDS
    CephMDS