From fd39bc8f5bb3cbb66a41a861adc7f54104fe2871 Mon Sep 17 00:00:00 2001 From: Rahul Gupta Date: Mon, 21 Aug 2023 15:00:16 +0530 Subject: [PATCH] feat: add junction paths in Volumes Dashboard --- conf/rest/9.10.0/volume.yaml | 3 +++ conf/zapi/cdot/9.8.0/volume.yaml | 2 ++ grafana/dashboards/cmode/volume.json | 8 +++++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/conf/rest/9.10.0/volume.yaml b/conf/rest/9.10.0/volume.yaml index c45c7ad8c..399be8bdb 100644 --- a/conf/rest/9.10.0/volume.yaml +++ b/conf/rest/9.10.0/volume.yaml @@ -13,6 +13,7 @@ counters: - ^anti_ransomware.state => antiRansomwareState - ^encryption.enabled => isEncrypted - ^is_svm_root => svm_root + - ^nas.path => junction_path - ^snaplock.type => snaplock_type - ^snapshot_policy.name => snapshot_policy - ^space.snapshot.autodelete_enabled => snapshot_autodelete @@ -50,6 +51,7 @@ counters: - autosize - encryption.enabled - is_svm_root + - nas.path - snaplock.type - space @@ -138,6 +140,7 @@ export_options: - isEncrypted - isHardwareEncrypted - is_sis_volume + - junction_path - root_volume - snaplock_type - snapshot_autodelete diff --git a/conf/zapi/cdot/9.8.0/volume.yaml b/conf/zapi/cdot/9.8.0/volume.yaml index 250620bd2..24f304883 100644 --- a/conf/zapi/cdot/9.8.0/volume.yaml +++ b/conf/zapi/cdot/9.8.0/volume.yaml @@ -14,6 +14,7 @@ counters: - volume-id-attributes: - ^^instance-uuid => instance_uuid - ^containing-aggregate-uuid => aggrUuid + - ^junction-path => junction_path - ^name => volume - ^owning-vserver-name => svm - ^style-extended => style @@ -117,6 +118,7 @@ export_options: - isEncrypted - isHardwareEncrypted - is_sis_volume + - junction_path - node_root - root_volume - snapshot_autodelete diff --git a/grafana/dashboards/cmode/volume.json b/grafana/dashboards/cmode/volume.json index ef144d091..dd12e165c 100644 --- a/grafana/dashboards/cmode/volume.json +++ b/grafana/dashboards/cmode/volume.json @@ -71,7 +71,7 @@ "gnetId": null, "graphTooltip": 1, "id": null, - "iteration": 1692165657901, + "iteration": 1692609731870, "links": [ { "asDropdown": true, @@ -892,7 +892,8 @@ "Value #F", "Value #G", "Value #H", - "Value #I" + "Value #I", + "junction_path" ] } } @@ -936,7 +937,8 @@ "Value #F": "Compression Space Saved", "Value #G": "Total Space Saved", "Value #H": "Logical Space Used", - "Value #I": "Physical Space Used" + "Value #I": "Physical Space Used", + "junction_path": "Junction Path" } } }