Add CephFilesystem
This commit is contained in:
parent
a0b26796b3
commit
04ac061935
1 changed files with 17 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue