Enum devicemapper::ThinPoolWorkingStatus [] [src]

pub enum ThinPoolWorkingStatus {
    Good,
    ReadOnly,
    OutOfSpace,
    NeedsCheck,
}

Indicates if a working thinpool is working optimally, or is experiencing a non-fatal error condition.

Variants

The pool is working normally.

The pool has been forced to transition to read-only mode.

The pool is out of space.

The pool needs checking.

Trait Implementations

impl Debug for ThinPoolWorkingStatus
[src]

[src]

Formats the value using the given formatter.

impl Clone for ThinPoolWorkingStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ThinPoolWorkingStatus
[src]