Skip to content

Commit

Permalink
fix: disable user,group quota by default (#1271)
Browse files Browse the repository at this point in the history
* fix: disable user,group quota by default
  • Loading branch information
rahulguptajss authored Sep 9, 2022
1 parent ea1395f commit 7358028
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions conf/rest/9.12.0/qtree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ plugins:
- Qtree:
quotaType:
- tree
- user
- group
# - user
# - group
- LabelAgent:
replace:
- oplocks oplocks `enable` `enabled`
Expand Down
4 changes: 2 additions & 2 deletions conf/zapi/cdot/9.8.0/qtree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ plugins:
- threshold
quotaType:
- tree
- user
- group
# - user
# - group
# batch_size: "50"
export_options:
instance_keys:
Expand Down
7 changes: 4 additions & 3 deletions grafana/dashboards/cmode/harvest_dashboard_quotaReport.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@
"gnetId": null,
"graphTooltip": 0,
"id": null,
"iteration": 1660910569138,
"iteration": 1662734055395,
"links": [],
"panels": [
{
"datasource": "${DS_PROMETHEUS}",
"description": "Only tree quotas are shown by default. To collect user/group quotas, enable them in the qtree.yaml template",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -738,6 +739,6 @@
},
"timezone": "",
"title": "ONTAP: Quota",
"uid": "aTqLYjiVk",
"version": 1
"uid": "l8k65qW4k",
"version": 2
}

0 comments on commit 7358028

Please sign in to comment.