Closed
Conversation
Contributor
--- kubernetes/apps/rook-ceph/rook-ceph/cluster Kustomization: rook-ceph/rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster
+++ kubernetes/apps/rook-ceph/rook-ceph/cluster Kustomization: rook-ceph/rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster
@@ -35,13 +35,13 @@
isDefault: true
mountOptions:
- discard
name: ceph-block
parameters:
compression_algorithm: zstd
- compression_mode: aggressive
+ compression_mode: passive
csi.storage.k8s.io/controller-expand-secret-name: rook-csi-rbd-provisioner
csi.storage.k8s.io/controller-expand-secret-namespace: '{{ .Release.Namespace
}}'
csi.storage.k8s.io/fstype: ext4
csi.storage.k8s.io/node-stage-secret-name: rook-csi-rbd-node
csi.storage.k8s.io/node-stage-secret-namespace: '{{ .Release.Namespace }}'
@@ -55,47 +55,31 @@
cephBlockPoolsVolumeSnapshotClass:
deletionPolicy: Delete
enabled: true
isDefault: true
name: csi-ceph-blockpool
cephClusterSpec:
- cephConfig:
- global:
- bdev_async_discard_threads: '1'
- bdev_enable_discard: 'true'
- device_failure_prediction_mode: local
- osd_class_update_on_start: 'false'
+ cleanupPolicy:
+ wipeDevicesFromOtherClusters: true
crashCollector:
disable: false
csi:
readAffinity:
- enabled: true
+ enabled: false
dashboard:
enabled: true
prometheusEndpoint: http://prometheus-operated.observability.svc.cluster.local:9090
ssl: false
urlPrefix: /
mgr:
modules:
- enabled: true
- name: diskprediction_local
- - enabled: true
- name: insights
- - enabled: true
name: pg_autoscaler
- - enabled: true
- name: rook
network:
- addressRanges:
- cluster:
- - 169.254.254.0/24
- public:
- - 10.0.10.0/24
connections:
requireMsgr2: true
- provider: host
resources:
osd:
limits:
memory: 8Gi
storage:
config: |
Contributor
--- HelmRelease: rook-ceph/rook-ceph-cluster StorageClass: rook-ceph/ceph-block
+++ HelmRelease: rook-ceph/rook-ceph-cluster StorageClass: rook-ceph/ceph-block
@@ -7,13 +7,13 @@
storageclass.kubernetes.io/is-default-class: 'true'
provisioner: rook-ceph.rbd.csi.ceph.com
parameters:
pool: ceph-blockpool
clusterID: rook-ceph
compression_algorithm: zstd
- compression_mode: aggressive
+ compression_mode: passive
csi.storage.k8s.io/controller-expand-secret-name: rook-csi-rbd-provisioner
csi.storage.k8s.io/controller-expand-secret-namespace: rook-ceph
csi.storage.k8s.io/fstype: ext4
csi.storage.k8s.io/node-stage-secret-name: rook-csi-rbd-node
csi.storage.k8s.io/node-stage-secret-namespace: rook-ceph
csi.storage.k8s.io/provisioner-secret-name: rook-csi-rbd-provisioner
--- HelmRelease: rook-ceph/rook-ceph-cluster Deployment: rook-ceph/rook-ceph-tools
+++ HelmRelease: rook-ceph/rook-ceph-cluster Deployment: rook-ceph/rook-ceph-tools
@@ -14,13 +14,12 @@
template:
metadata:
labels:
app: rook-ceph-tools
spec:
dnsPolicy: ClusterFirstWithHostNet
- hostNetwork: true
containers:
- name: rook-ceph-tools
image: quay.io/ceph/ceph:v19.2.3
command:
- /bin/bash
- -c
--- HelmRelease: rook-ceph/rook-ceph-cluster CephCluster: rook-ceph/rook-ceph
+++ HelmRelease: rook-ceph/rook-ceph-cluster CephCluster: rook-ceph/rook-ceph
@@ -7,31 +7,26 @@
spec:
monitoring:
enabled: true
cephVersion:
image: quay.io/ceph/ceph:v19.2.3
allowUnsupported: false
- cephConfig:
- global:
- bdev_async_discard_threads: '1'
- bdev_enable_discard: 'true'
- device_failure_prediction_mode: local
- osd_class_update_on_start: 'false'
cleanupPolicy:
allowUninstallWithVolumes: false
confirmation: ''
sanitizeDisks:
dataSource: zero
iteration: 1
method: quick
+ wipeDevicesFromOtherClusters: true
continueUpgradeAfterChecksEvenIfNotHealthy: false
crashCollector:
disable: false
csi:
readAffinity:
- enabled: true
+ enabled: false
dashboard:
enabled: true
prometheusEndpoint: http://prometheus-operated.observability.svc.cluster.local:9090
ssl: false
urlPrefix: /
dataDirHostPath: /var/lib/rook
@@ -62,35 +57,23 @@
periodicity: daily
mgr:
allowMultiplePerNode: false
count: 2
modules:
- enabled: true
- name: diskprediction_local
- - enabled: true
- name: insights
- - enabled: true
name: pg_autoscaler
- - enabled: true
- name: rook
mon:
allowMultiplePerNode: false
count: 3
network:
- addressRanges:
- cluster:
- - 169.254.254.0/24
- public:
- - 10.0.10.0/24
connections:
compression:
enabled: false
encryption:
enabled: false
requireMsgr2: true
- provider: host
priorityClassNames:
mgr: system-cluster-critical
mon: system-node-critical
osd: system-node-critical
removeOSDsIfOutAndSafeToRemove: false
resources: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.