block manager: fix bug where rebalance didn't delete old copies

This commit is contained in:
Alex Auvolat
2023-09-07 16:04:03 +02:00
parent 2657b5c1b9
commit be91ef6294
3 changed files with 59 additions and 18 deletions
+1
View File
@@ -21,6 +21,7 @@ pub enum DataBlock {
Compressed(Bytes),
}
#[derive(Debug)]
pub enum DataBlockPath {
/// Uncompressed data fail
Plain(PathBuf),