add shared storage
This commit is contained in:
17
system-apps/rook-ceph/storage/shared/weyma-shared.yaml
Normal file
17
system-apps/rook-ceph/storage/shared/weyma-shared.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: ceph.rook.io/v1
|
||||
kind: CephFilesystem
|
||||
metadata:
|
||||
name: weyma-shared
|
||||
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