Add checks on replication_factor of layouts we use (fix #363, fix #364)

This commit is contained in:
Alex Auvolat
2022-09-13 16:22:23 +02:00
parent 38be811b1c
commit ab722cb40f
2 changed files with 26 additions and 6 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ impl Garage {
background.clone(),
replication_mode.replication_factor(),
&config,
);
)?;
let data_rep_param = TableShardedReplication {
system: system.clone(),