Composite total capacity is larger than the vol footprint report for bin1 tier usage
Applies to
- ONTAP 9
- FabricPool
Issue
- Aggregate Blob total:
aggr show-space aggr01
Aggregate : aggr01
Object Store: aggr01_blob
Feature Used Used%
-------------------------------- ---------- ------
Referenced Capacity 7.90TB -
Metadata 0B -
Unreclaimed Space 4.13TB -
Total Physical Used 12.03TB -
- Composite-capacity-tier-used:
aggr show -fields physical-used, composite-capacity-tier-used -aggregate aggr01
aggregate physical-used composite-capacity-tier-used
------------ ------------- ----------------------------
aggr01 169.19TB 12.03TB
- With the command df -A:
df -A -composite aggr01
Aggregate Store kbytes used avail
aggr01 aggr01_blob - 12925697350 -
However if we manually do the sum of the values for volume-blocks-footprint-bin1
getting returned while running volume show-footprint, we get a smaller value.