commit ba04eeb4d8f7ba07425a4bb312f3e5d8fba6ca9e
parent 9c195a2d8aef67f2c580bb980af931d18d76b127
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 1 Jul 2023 12:44:33 +0200
Reduce replication
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/apps/base/rook/filesystem.yaml b/apps/base/rook/filesystem.yaml
@@ -398,7 +398,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
@@ -413,7 +413,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
@@ -555,7 +555,7 @@ metadata:
spec:
failureDomain: host
replicated:
- size: 3
+ size: 2
---
apiVersion: storage.k8s.io/v1
kind: StorageClass