Struct devicemapper::CacheDevWorkingStatus [] [src]

pub struct CacheDevWorkingStatus {
    pub usage: CacheDevUsage,
    pub performance: CacheDevPerformance,
    pub feature_args: Vec<String>,
    pub core_args: Vec<(String, String)>,
    pub policy: String,
    pub policy_args: Vec<(String, String)>,
    pub metadata_mode: CacheDevMetadataMode,
    pub needs_check: bool,
}

Status values of a cache device when it is working

Fields

A struct recording block usage for all devices

A struct recording cache dev performance

The feature args

The core args

The name of the replacement policy to use User-defined policies are permitted.

Arguments for the designated policy

cache metadata mode

needs_check flag has been set in metadata superblock

Methods

impl CacheDevWorkingStatus
[src]

[src]

Make a new CacheDevWorkingStatus struct

Trait Implementations

impl Debug for CacheDevWorkingStatus
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations