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: support flexgroup constituents in template #2410

Merged
merged 11 commits into from
Oct 17, 2023
2 changes: 1 addition & 1 deletion conf/rest/9.10.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ plugins:
- Volume:
schedule:
- data: 15m # should be multiple of poll duration
include_constituents: true
include_constituents: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs dashboard text also about the steps needed to enable dashboard

- MetricAgent:
compute_metric:
- inode_used_percent PERCENT inode_files_used inode_files_total
Expand Down
2 changes: 1 addition & 1 deletion conf/rest/9.9.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ plugins:
- Volume:
schedule:
- data: 15m # should be multiple of poll duration
include_constituents: true
include_constituents: false
- MetricAgent:
compute_metric:
- inode_used_percent PERCENT inode_files_used inode_files_total
Expand Down
2 changes: 1 addition & 1 deletion conf/restperf/9.12.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ plugins:
# any names after the object names will be treated as label names that will be added to instances
- node
- Volume:
include_constituents: true
include_constituents: false
# - LabelAgent:
# # To prevent visibility of transient volumes, uncomment the following lines
# exclude_regex:
Expand Down
2 changes: 1 addition & 1 deletion conf/zapi/cdot/9.8.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ plugins:
- Volume:
schedule:
- data: 15m # should be multiple of data poll duration
include_constituents: true
include_constituents: false
- MetricAgent:
compute_metric:
- inode_used_percent PERCENT inode_files_used inode_files_total
Expand Down
2 changes: 1 addition & 1 deletion conf/zapiperf/cdot/9.8.0/volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ plugins:
# any names after the object names will be treated as label names that will be added to instances
- node
- Volume:
include_constituents: true
include_constituents: false
# - LabelAgent:
# # To prevent visibility of transient volumes, uncomment the following lines
# exclude_regex:
Expand Down
Loading