|
@@ -442,7 +442,6 @@ ingress:
|
|
|
## to set the ingress class
|
|
|
# ingressClassName: nginx
|
|
|
|
|
|
-# TODO a ssd blockpool
|
|
|
# -- A list of CephBlockPool configurations to deploy
|
|
|
# @default -- See [below](#ceph-block-pools)
|
|
|
cephBlockPools:
|
|
@@ -455,7 +454,7 @@ cephBlockPools:
|
|
|
deviceClass: hdd
|
|
|
# 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
|
|
|
+ enableRBDStats: true
|
|
|
storageClass:
|
|
|
enabled: true
|
|
|
name: ceph-block
|
|
@@ -506,6 +505,35 @@ cephBlockPools:
|
|
|
# will set default as `ext4`. Note that `xfs` is not recommended due to potential deadlock
|
|
|
# in hyperconverged settings where the volume is mounted on the same node as the osds.
|
|
|
csi.storage.k8s.io/fstype: ext4
|
|
|
+ - name: ceph-blockpool-ssd
|
|
|
+ spec:
|
|
|
+ failureDomain: host
|
|
|
+ replicated:
|
|
|
+ size: 3
|
|
|
+ deviceClass: ssd
|
|
|
+ enableRBDStats: true
|
|
|
+ storageClass:
|
|
|
+ enabled: true
|
|
|
+ name: ceph-block-ssd
|
|
|
+ isDefault: false
|
|
|
+ reclaimPolicy: Delete
|
|
|
+ allowVolumeExpansion: true
|
|
|
+ volumeBindingMode: "Immediate"
|
|
|
+ mountOptions: []
|
|
|
+ allowedTopologies: []
|
|
|
+ parameters:
|
|
|
+ imageFormat: "2"
|
|
|
+ imageFeatures: layering
|
|
|
+
|
|
|
+ # These secrets contain Ceph admin credentials.
|
|
|
+ csi.storage.k8s.io/provisioner-secret-name: rook-csi-rbd-provisioner
|
|
|
+ csi.storage.k8s.io/provisioner-secret-namespace: "{{ .Release.Namespace }}"
|
|
|
+ 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/node-stage-secret-name: rook-csi-rbd-node
|
|
|
+ csi.storage.k8s.io/node-stage-secret-namespace: "{{ .Release.Namespace }}"
|
|
|
+
|
|
|
+ csi.storage.k8s.io/fstype: ext4
|
|
|
|
|
|
# -- A list of CephFileSystem configurations to deploy
|
|
|
# @default -- See [below](#ceph-file-systems)
|