Skip to content

Commit

Permalink
fix(kyak): change ceph cluster replication size
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Witlin <[email protected]>
  • Loading branch information
coolguy1771 committed Dec 29, 2023
1 parent ea8f0e6 commit fc2d4ba
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
allowVolumeExpansion: true
parameters:
imageFormat: "2"
imageFeatures: layering
mageFeatures: layering,fast-diff,object-map,deep-flatten,exclusive-lock
csi.storage.k8s.io/provisioner-secret-name: rook-csi-rbd-provisioner
csi.storage.k8s.io/provisioner-secret-namespace: rook-ceph
csi.storage.k8s.io/controller-expand-secret-name: rook-csi-rbd-provisioner
Expand All @@ -136,11 +136,11 @@ spec:
spec:
metadataPool:
replicated:
size: 6
size: 3
dataPools:
- failureDomain: osd
replicated:
size: 6
size: 3
name: data0
metadataServer:
activeCount: 1
Expand Down Expand Up @@ -177,12 +177,12 @@ spec:
metadataPool:
failureDomain: osd
replicated:
size: 6
size: 3
dataPool:
failureDomain: osd
erasureCoded:
dataChunks: 4
codingChunks: 2
dataChunks: 2
codingChunks: 1
preservePoolsOnDelete: true
gateway:
port: 80
Expand Down

0 comments on commit fc2d4ba

Please sign in to comment.