scripts: replication_mode -> replication_factor+consistency_mode

This commit is contained in:
Yureka
2025-05-04 16:34:19 +02:00
parent 38ca35eb0f
commit cbcdab4e24
7 changed files with 21 additions and 15 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ data_dir = "/tmp/garage-data-$count"
rpc_bind_addr = "0.0.0.0:$((3900+$count))" # the port other Garage nodes will use to talk to this node
rpc_public_addr = "127.0.0.1:$((3900+$count))"
bootstrap_peers = []
replication_mode = "3"
replication_factor = 3
rpc_secret = "$NETWORK_SECRET"
[s3_api]