mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-18 17:26:16 +00:00
block manager: fix bug where rebalance didn't delete old copies
This commit is contained in:
@@ -21,6 +21,7 @@ pub enum DataBlock {
|
||||
Compressed(Bytes),
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum DataBlockPath {
|
||||
/// Uncompressed data fail
|
||||
Plain(PathBuf),
|
||||
|
||||
Reference in New Issue
Block a user