Add CephFilesystem

This commit is contained in:
Nico Schottelius 2021-06-07 21:07:59 +02:00
parent a0b26796b3
commit 04ac061935
1 changed files with 17 additions and 0 deletions

View File

@ -32,3 +32,20 @@ allowVolumeExpansion: true
mountOptions: mountOptions:
# uncomment the following line for debugging # uncomment the following line for debugging
#- debug #- 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