Implement recovery_status parsing for osts / mdts
Closed this issue · 0 comments
jgrund commented
Implement recovery_status parsing for OSTs / MDTs
At a minimum we should implement parsing status to an enum of:
pub enum RecoveryStatus {
Complete,
Inactive,
Waiting,
WaitingForClients,
Recovering
}