diff --git a/pbs-api-types/src/datastore.rs b/pbs-api-types/src/datastore.rs index 4927f372..203e75e3 100644 --- a/pbs-api-types/src/datastore.rs +++ b/pbs-api-types/src/datastore.rs @@ -416,7 +416,7 @@ impl DataStoreConfig { Some(MaintenanceType::ReadOnly) => { /* always OK */ } Some(MaintenanceType::Offline) => { /* always OK */ } Some(MaintenanceType::Unmount) => { - bail!("datastore is being unmounted"); + /* used to reset it after failed unmount, or alternative for aborting unmount task */ } Some(MaintenanceType::Delete) => { match new_type {