distrax.exceptions.exceptions module#

Custom exception types used in DisTRaX.

class distrax.exceptions.exceptions.NotEnoughMemoryError(message)[source]#

Error for when more memory is requested than is available.

class distrax.exceptions.exceptions.DeviceCreationError(message)[source]#

When the creation of the Block device fails.

class distrax.exceptions.exceptions.ClusterExistsError(message)[source]#

When a Cluster Already Exists.

class distrax.exceptions.exceptions.DaemonNotStartedError(message)[source]#

When a Daemon Fails to Start.

class distrax.exceptions.exceptions.MDSNotStartedError(message)[source]#

When the Metadata Server Fails to Start.

class distrax.exceptions.exceptions.MountingFilesystemError(message)[source]#

When Mounting the Filesystem Errors.

class distrax.exceptions.exceptions.InterfaceDoesNotExistError(message)[source]#

When the interface for the storage system to communicate over is not found.