Skip to content

Commit

Permalink
Update rook-ceph-cluster.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavan-kumar-99 authored May 31, 2024
1 parent 338a383 commit bddad22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions clusters/home-cluster/rook-ceph-system/rook-ceph-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:

# -- The metadata.name of the CephCluster CR
# @default -- The same as the namespace
clusterName:
clusterName: rook-ceph

# -- Optional override of the target kubernetes version
kubeVersion:
Expand Down Expand Up @@ -463,7 +463,7 @@ spec:
spec:
failureDomain: host
replicated:
size: 3
size: 1
# Enables collecting RBD per-image IO statistics by enabling dynamic OSD performance counters. Defaults to false.
# For reference: https://docs.ceph.com/docs/latest/mgr/prometheus/#rbd-io-statistics
# enableRBDStats: true
Expand Down Expand Up @@ -526,11 +526,11 @@ spec:
spec:
metadataPool:
replicated:
size: 3
size: 1
dataPools:
- failureDomain: host
replicated:
size: 3
size: 1
# Optional and highly recommended, 'data0' by default, see https://github.com/rook/rook/blob/master/Documentation/CRDs/Shared-Filesystem/ceph-filesystem-crd.md#pools
name: data0
metadataServer:
Expand Down Expand Up @@ -600,13 +600,13 @@ spec:
metadataPool:
failureDomain: host
replicated:
size: 3
size: 1
dataPool:
failureDomain: host
erasureCoded:
dataChunks: 2
codingChunks: 1
preservePoolsOnDelete: true
preservePoolsOnDelete: false
gateway:
port: 80
resources:
Expand Down

0 comments on commit bddad22

Please sign in to comment.