Enum devicemapper::ThinPoolStatusSummary
source ·
[−]pub enum ThinPoolStatusSummary {
Good,
ReadOnly,
OutOfSpace,
}Expand description
Indicates if a working thinpool is working optimally, or is experiencing a non-fatal error condition.
Variants
Good
The pool is working normally.
ReadOnly
The pool has been forced to transition to read-only mode.
OutOfSpace
The pool is out of space.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ThinPoolStatusSummary
impl Send for ThinPoolStatusSummary
impl Sync for ThinPoolStatusSummary
impl Unpin for ThinPoolStatusSummary
impl UnwindSafe for ThinPoolStatusSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
