diff --git a/conf/rest/9.10.0/volume.yaml b/conf/rest/9.10.0/volume.yaml index c7a33c7b5..a675925a4 100644 --- a/conf/rest/9.10.0/volume.yaml +++ b/conf/rest/9.10.0/volume.yaml @@ -79,7 +79,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 diff --git a/conf/rest/9.9.0/volume.yaml b/conf/rest/9.9.0/volume.yaml index b72afa4b6..516f04670 100644 --- a/conf/rest/9.9.0/volume.yaml +++ b/conf/rest/9.9.0/volume.yaml @@ -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 diff --git a/conf/restperf/9.12.0/volume.yaml b/conf/restperf/9.12.0/volume.yaml index 56c9c7040..df3585d66 100644 --- a/conf/restperf/9.12.0/volume.yaml +++ b/conf/restperf/9.12.0/volume.yaml @@ -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: diff --git a/conf/zapi/cdot/9.8.0/volume.yaml b/conf/zapi/cdot/9.8.0/volume.yaml index 2acd763b8..4353b7d3d 100644 --- a/conf/zapi/cdot/9.8.0/volume.yaml +++ b/conf/zapi/cdot/9.8.0/volume.yaml @@ -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 diff --git a/conf/zapiperf/cdot/9.8.0/volume.yaml b/conf/zapiperf/cdot/9.8.0/volume.yaml index 827bb2e98..150eb3ee6 100644 --- a/conf/zapiperf/cdot/9.8.0/volume.yaml +++ b/conf/zapiperf/cdot/9.8.0/volume.yaml @@ -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: