Enum devicemapper::CacheDevStatus
source · pub enum CacheDevStatus {
Working(Box<CacheDevWorkingStatus>),
Error,
Fail,
}Expand description
Return type of CacheDev::status()
Variants§
Working(Box<CacheDevWorkingStatus>)
The cache has not failed utterly
Error
Devicemapper has reported that it could not obtain the status
Fail
The cache is in a failed condition