mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-08 05:35:28 +00:00
cargo fmt
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
51e1d3c1fd
commit
92984a159d
@ -29,7 +29,6 @@ pub enum Operation {
|
|||||||
///
|
///
|
||||||
/// NOTE: one must *not* do any IO operations when only helding this Op state
|
/// NOTE: one must *not* do any IO operations when only helding this Op state
|
||||||
Lookup,
|
Lookup,
|
||||||
|
|
||||||
// GarbageCollect or Delete?
|
// GarbageCollect or Delete?
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -43,7 +42,6 @@ pub enum MaintenanceType {
|
|||||||
// - Add "GarbageCollection" or "DeleteOnly" as type and track GC (or all deletes) as separate
|
// - 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
|
// operation, so that one can enable a mode where nothing new can be added but stuff can be
|
||||||
// cleaned
|
// cleaned
|
||||||
|
|
||||||
/// Only read operations are allowed on the datastore.
|
/// Only read operations are allowed on the datastore.
|
||||||
ReadOnly,
|
ReadOnly,
|
||||||
/// Neither read nor write operations are allowed on the datastore.
|
/// Neither read nor write operations are allowed on the datastore.
|
||||||
|
Loading…
Reference in New Issue
Block a user