Skip to content

Commit f0ddf4c

Browse files
authored
ceph-disk-overview: separate Vendor column (#59)
Split the Vendor column in two separate ones: Vendor ID and Subsystem Vendor ID. Signed-off-by: Tatjana Dehler <tatjana.dehler@clyso.com>
1 parent d0189c1 commit f0ddf4c

3 files changed

Lines changed: 16 additions & 9 deletions

File tree

charts/ceph-operations/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ceph-operations
33
description: Ceph operations bundle
44
type: application
5-
version: 1.8.0
5+
version: 1.8.1
66
maintainers:
77
- name: sumitarora2786
88
- name: richardtief

charts/ceph-operations/perses-dashboards/ceph-disk-overview.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,10 +1021,14 @@
10211021
"width": "auto"
10221022
},
10231023
{
1024-
"enableSorting": true,
1025-
"header": "Vendor",
1026-
"name": "vendor",
1027-
"width": "auto"
1024+
"name": "vendor_id",
1025+
"header": "Vendor ID",
1026+
"enableSorting": true
1027+
},
1028+
{
1029+
"name": "subsystem_vendor_id",
1030+
"header": "Subsystem Vendor ID",
1031+
"enableSorting": true
10281032
},
10291033
{
10301034
"enableSorting": true,
@@ -1063,12 +1067,15 @@
10631067
"name": "value #7"
10641068
},
10651069
{
1066-
"enableSorting": true,
1070+
"header": "Vendor",
1071+
"name": "vendor",
1072+
"hide": true
1073+
},
1074+
{
10671075
"hide": true,
10681076
"name": "model"
10691077
},
10701078
{
1071-
"enableSorting": true,
10721079
"hide": true,
10731080
"name": "product"
10741081
},

charts/ceph-operations/plugindefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ kind: ClusterPluginDefinition
66
metadata:
77
name: ceph-operations
88
spec:
9-
version: 1.8.0
9+
version: 1.8.1
1010
displayName: Ceph operations bundle
1111
description: Operations bundle for the Ceph storage backend
1212
docMarkDownUrl: https://raw.githubusercontent.com/cobaltcore-dev/cloud-storage-operations/main/ceph-operations/README.md
1313
icon: https://raw.githubusercontent.com/cobaltcore-dev/cloud-storage-operations/main/ceph-operations/ceph-logo.png
1414
helmChart:
1515
name: ceph-operations
1616
repository: oci://ghcr.io/cobaltcore-dev/cloud-storage-operations/charts
17-
version: 1.8.0
17+
version: 1.8.1
1818
options:
1919
- name: prometheusRules.create
2020
description: Create Prometheus rules

0 commit comments

Comments
 (0)