File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : ceph-operations
33description : Ceph operations bundle
44type : application
5- version : 1.8.3
5+ version : 1.8.4
66maintainers :
77 - name : sumitarora2786
88 - name : richardtief
Original file line number Diff line number Diff line change 3131 ],
3232 "columnSettings" : [
3333 {
34+ "enableSorting" : true ,
3435 "header" : " Region" ,
3536 "hide" : false ,
3637 "name" : " region" ,
37- "enableSorting" : true ,
3838 "sort" : " asc"
3939 },
4040 {
297297 "kind" : " Panel" ,
298298 "spec" : {
299299 "display" : {
300- "name" : " Ceph Health Details"
300+ "name" : " Ceph Health Details" ,
301+ "description" : " Will contain Ceph warnings or errors even though an alert as not been firing (yet)."
301302 },
302303 "plugin" : {
303304 "kind" : " Table" ,
422423 "name" : " name"
423424 },
424425 {
425- "header " : " Node " ,
426+ "hide " : true ,
426427 "name" : " node"
427428 },
428429 {
429- "header" : " Pod" ,
430+ "hide" : true ,
431+ "name" : " device"
432+ },
433+ {
434+ "hide" : true ,
435+ "name" : " fstype"
436+ },
437+ {
438+ "hide" : true ,
439+ "name" : " mountpoint"
440+ },
441+ {
442+ "hide" : true ,
443+ "name" : " nodename"
444+ },
445+ {
430446 "hide" : true ,
431447 "name" : " pod"
432448 },
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ kind: ClusterPluginDefinition
66metadata :
77 name : ceph-operations
88spec :
9- version : 1.8.3
9+ version : 1.8.4
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.3
17+ version : 1.8.4
1818 options :
1919 - name : prometheusRules.create
2020 description : Create Prometheus rules
You can’t perform that action at this time.
0 commit comments