cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit c1a3c83ceb68117b03e8e10e735e69c07ba3985d
parent 246e48c0a34d8b0958da0863275577095e28bc50
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 17 Apr 2023 17:24:20 +0200

fix replicas

Diffstat:
Mapps/base/rook/filesystem.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/base/rook/filesystem.yaml b/apps/base/rook/filesystem.yaml @@ -384,7 +384,7 @@ spec: # The metadata pool spec. Must use replication. metadataPool: replicated: - size: 3 + size: 2 requireSafeReplicaSize: true parameters: # Inline compression mode for the data pool @@ -399,7 +399,7 @@ spec: - name: replicated failureDomain: host replicated: - size: 3 + size: 2 # Disallow setting pool with replica 1, this could lead to data loss without recovery. # Make sure you're *ABSOLUTELY CERTAIN* that is what you want requireSafeReplicaSize: true