Skip to content

Commit

Permalink
feat: Tiering data changes for aggr - template change
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Sep 12, 2023
1 parent 3bb0274 commit af74e97
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/rest/9.10.0/aggr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ counters:
- space.efficiency_without_snapshots.savings => efficiency_savings_wo_snapshots
- space.efficiency_without_snapshots_flexclones.logical_used => logical_used_wo_snapshots_flexclones
- space.efficiency_without_snapshots_flexclones.savings => efficiency_savings_wo_snapshots_flexclones
- space.footprint => space_performance_tier_used
- space.footprint_percent => space_performance_tier_used_percent
- space.snapshot.available => snapshot_size_available
- space.snapshot.reserve_percent => snapshot_reserve_percent
- space.snapshot.total => snapshot_size_total
Expand Down
2 changes: 2 additions & 0 deletions conf/rest/9.12.0/aggr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ counters:
- space.efficiency_without_snapshots.savings => efficiency_savings_wo_snapshots
- space.efficiency_without_snapshots_flexclones.logical_used => logical_used_wo_snapshots_flexclones
- space.efficiency_without_snapshots_flexclones.savings => efficiency_savings_wo_snapshots_flexclones
- space.footprint => space_performance_tier_used
- space.footprint_percent => space_performance_tier_used_percent
- space.snapshot.available => snapshot_size_available
- space.snapshot.reserve_percent => snapshot_reserve_percent
- space.snapshot.total => snapshot_size_total
Expand Down
13 changes: 13 additions & 0 deletions conf/zapi/cdot/9.8.0/aggr_space.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: AggregateSpace
query: aggr-space-get-iter
object: aggr

counters:
space-information:
- ^^aggregate => aggr
- ^^tier-name => tier_name
- volume-footprints => space_performance_tier_used
- volume-footprints-percent => space_performance_tier_used_percent

export_options:
include_all_labels: true
1 change: 1 addition & 0 deletions conf/zapi/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ schedule:

objects:
Aggregate: aggr.yaml
AggregateSpace: aggr_space.yaml
AggregateEfficiency: aggr_efficiency.yaml
CIFSSession: cifs_session.yaml
ClusterPeer: clusterpeer.yaml
Expand Down

0 comments on commit af74e97

Please sign in to comment.