replicated over erasure coded, enabling ceph snapshot
This commit is contained in:
parent
0498be4f61
commit
7b664c146e
1 changed files with 7 additions and 5 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue