switch to cephfs
This commit is contained in:
17
infrastructure/04-rook-ceph/base/filesystem.yaml
Normal file
17
infrastructure/04-rook-ceph/base/filesystem.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
apiVersion: ceph.rook.io/v1
|
||||
kind: CephFilesystem
|
||||
metadata:
|
||||
name: myfs
|
||||
namespace: rook-ceph
|
||||
spec:
|
||||
metadataPool:
|
||||
replicated:
|
||||
size: 3
|
||||
dataPools:
|
||||
- name: replicated
|
||||
replicated:
|
||||
size: 3
|
||||
preserveFilesystemOnDelete: true
|
||||
metadataServer:
|
||||
activeCount: 1
|
||||
activeStandby: true
|
Reference in New Issue
Block a user