Skip to content

Commit 714e98d

Browse files
committed
chore(k8s/amour/rook-ceph): remove cephfs mainfs-hdd
1 parent 8222242 commit 714e98d

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

k8s/amour/rook_ceph/ceph_filesystem_list.cue

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,6 @@ import cephv1 "github.com/rook/rook/pkg/apis/ceph.rook.io/v1"
1212
}
1313

1414
#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-
failureDomain: "osd"
25-
replicated: size: 3
26-
deviceClass: "nvme"
27-
}, {
28-
name: "erasurecoded"
29-
failureDomain: "osd"
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-
}, {
4315
metadata: name: "main"
4416
spec: {
4517
metadataPool: {

0 commit comments

Comments
 (0)