Browse Source

Add CephFilesystem

master
Nico Schottelius 2 years ago
parent
commit
04ac061935
  1. 17
      rook/storageclass-cephfs.yaml

17
rook/storageclass-cephfs.yaml

@ -32,3 +32,20 @@ allowVolumeExpansion: true
mountOptions:
# uncomment the following line for debugging
#- debug
---
apiVersion: ceph.rook.io/v1
kind: CephFilesystem
metadata:
name: myfs
namespace: rook-ceph
spec:
metadataPool:
replicated:
size: 3
dataPools:
- replicated:
size: 3
preserveFilesystemOnDelete: true
metadataServer:
activeCount: 1
activeStandby: true

Loading…
Cancel
Save