We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8222242 commit 714e98dCopy full SHA for 714e98d
k8s/amour/rook_ceph/ceph_filesystem_list.cue
@@ -12,34 +12,6 @@ import cephv1 "github.com/rook/rook/pkg/apis/ceph.rook.io/v1"
12
}
13
14
#CephFilesystemList: items: [{
15
- metadata: name: "cephfs-hdd"
16
- spec: {
17
- metadataPool: {
18
- failureDomain: "osd"
19
- replicated: size: 3
20
- deviceClass: "nvme"
21
- }
22
- dataPools: [{
23
- name: "default"
24
25
26
27
- }, {
28
- name: "erasurecoded"
29
30
- erasureCoded: {
31
- dataChunks: 4
32
- codingChunks: 2
33
34
- deviceClass: "hdd"
35
- }]
36
- preserveFilesystemOnDelete: true
37
- metadataServer: {
38
- activeCount: 1
39
- activeStandby: true
40
41
42
-}, {
43
metadata: name: "main"
44
spec: {
45
metadataPool: {
0 commit comments