Skip to content

Commit eb1931f

Browse files
committed
patch
1 parent 854df43 commit eb1931f

3 files changed

Lines changed: 32 additions & 4 deletions

File tree

apps/piraeus-operator-external-01b/overlays/production/kustomization.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ resources:
66
- linstor-cluster/
77
- linstor-satellite-configuration/
88
- storage-class/
9+
patches:
10+
- path: patches/crd-priority.yaml
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
namespace: piraeus-datastore-external-01b
4+
patches:
5+
- patch: |-
6+
- op: add
7+
path: /spec/versions/0/additionalPrinterColumns/0/priority
8+
value: 0
9+
target:
10+
kind: CustomResourceDefinition
11+
name: apisixglobalrules.apisix.apache.org
12+
- patch: |-
13+
- op: add
14+
path: /spec/versions/0/additionalPrinterColumns/0/priority
15+
value: 0
16+
target:
17+
kind: CustomResourceDefinition
18+
name: apisixpluginconfigs.apisix.apache.org
19+
- patch: |-
20+
- op: add
21+
path: /spec/versions/0/additionalPrinterColumns/0/priority
22+
value: 0
23+
target:
24+
kind: CustomResourceDefinition
25+
name: apisixroutes.apisix.apache.org

apps/piraeus-operator-external-01b/overlays/production/readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- burst.nvme.linstor-external-01b/
1212
- sustain.nvme.linstor-external-01b/
1313
- optane.nvme.linstor-external-01b/
14+
- immediate.delete.performance.nvme-ssd-mix.linstor-external-01b
1415
- 01b.us
1516
- boot drives
1617
- zwkrcejc
@@ -22,16 +23,16 @@
2223
- linstor/drbd/extra drives
2324
- host*drives type
2425
- 2*1 optane-1.5-nvme (u.2 1.5TB - Intel Optane DC P4800X Series 1.5TB PCIe NVMe 2.5in U.2 SSD SSDPE21K015TA)
25-
- nvme_optane-medium_latency-medium_throughput-low_capacity
26+
- optane.nvme.linstor-external-01b
2627
- TODO
2728
- 3*1 medium-2.0-nvme (m.2 2.0TB - samsung 980 pro)
28-
- nvme_nand-medium_latency-low_throughput-medium_capacity
29+
- basic.nvme.linstor-external-01b
2930
- CREATED: storage-pool: xcp-sr-linstor_group_thin_device
3031
- 2*1 medium-1.0-nvme (m.2 1.0TB - samsung 990 pro)
31-
- nvme_nand-medium_latency-medium_throughput-low_capacity
32+
- burst.nvme.linstor-external-01b
3233
- TODO
3334
- 2*2 medium-4.0-nvme (m.2 4.0TB - hp fx900 pro)
34-
- nvme_nand-medium_latency-medium_throughput-medium_capacity
35+
- sustain.nvme.linstor-external-01b
3536
- TODO
3637

3738
```

0 commit comments

Comments
 (0)