replicated over erasure coded, enabling ceph snapshot

This commit is contained in:
Joseph Hanson 2023-12-20 09:24:46 -06:00
parent 0498be4f61
commit 7b664c146e
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -73,16 +73,18 @@ spec:
cpu: "1000m" cpu: "1000m"
memory: "4Gi" memory: "4Gi"
cephBlockPoolsVolumeSnapshotClass: cephFileSystemVolumeSnapshotClass:
enabled: false enabled: true
name: csi-ceph-filesystem
isDefault: false
deletionPolicy: Delete
cephBlockPools: cephBlockPools:
- name: ceph-blockpool - name: ceph-blockpool
spec: spec:
failureDomain: host failureDomain: host
erasureCoded: replicated:
dataChunks: 2 size: 3
codingChunks: 1
storageClass: storageClass:
enabled: true enabled: true
name: ceph-block name: ceph-block