From 3225fdb7d68b7f8fb4a056761fffa8b50c9825b5 Mon Sep 17 00:00:00 2001 From: James Andariese Date: Fri, 11 Apr 2025 14:40:07 -0500 Subject: [PATCH] increase replication_factor to 3 (best practices) --- cm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cm.yaml b/cm.yaml index 4d9bf84..1feb3a1 100644 --- a/cm.yaml +++ b/cm.yaml @@ -8,7 +8,7 @@ data: data_dir: "/var/lib/garage/data" rpc_bind_addr: "[::]:3901" - replication_factor: "2" + replication_factor: "3" consistency_mode: "consistent" bootstrap_peers: |