Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add junction paths in Volumes Dashboard #2309

Merged
merged 1 commit into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions conf/rest/9.10.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -50,6 +51,7 @@ counters:
- autosize
- encryption.enabled
- is_svm_root
- nas.path
- snaplock.type
- space

Expand Down Expand Up @@ -138,6 +140,7 @@ export_options:
- isEncrypted
- isHardwareEncrypted
- is_sis_volume
- junction_path
- root_volume
- snaplock_type
- snapshot_autodelete
Expand Down
2 changes: 2 additions & 0 deletions conf/zapi/cdot/9.8.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -117,6 +118,7 @@ export_options:
- isEncrypted
- isHardwareEncrypted
- is_sis_volume
- junction_path
- node_root
- root_volume
- snapshot_autodelete
Expand Down
8 changes: 5 additions & 3 deletions grafana/dashboards/cmode/volume.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"gnetId": null,
"graphTooltip": 1,
"id": null,
"iteration": 1692165657901,
"iteration": 1692609731870,
"links": [
{
"asDropdown": true,
Expand Down Expand Up @@ -892,7 +892,8 @@
"Value #F",
"Value #G",
"Value #H",
"Value #I"
"Value #I",
"junction_path"
]
}
}
Expand Down Expand Up @@ -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"
}
}
}
Expand Down
Loading