From 92984a159d3de8a674eac314d7f076b81e18893d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 12 May 2022 11:54:21 +0200 Subject: [PATCH] cargo fmt Signed-off-by: Thomas Lamprecht --- pbs-api-types/src/maintenance.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/pbs-api-types/src/maintenance.rs b/pbs-api-types/src/maintenance.rs index 2102cf2c..5bbba043 100644 --- a/pbs-api-types/src/maintenance.rs +++ b/pbs-api-types/src/maintenance.rs @@ -29,7 +29,6 @@ pub enum Operation { /// /// NOTE: one must *not* do any IO operations when only helding this Op state Lookup, - // GarbageCollect or Delete? } @@ -43,7 +42,6 @@ pub enum MaintenanceType { // - Add "GarbageCollection" or "DeleteOnly" as type and track GC (or all deletes) as separate // operation, so that one can enable a mode where nothing new can be added but stuff can be // cleaned - /// Only read operations are allowed on the datastore. ReadOnly, /// Neither read nor write operations are allowed on the datastore.