What is the Change in Physical Used Space Reporting for 9.14.1 and later
Applies to
- ONTAP 9.14 and later
- Space Management
Answer
The change in physical used space reporting in ONTAP 9.14 and later versions involves several key updates:
Introduction of Virtual-Used Field
- Starting with ONTAP 9.14.1, a new field called
virtual-usedis introduced in diagnostic mode of thevol showcommand. - This field represents the current
physical-usedmetric and is intended for internal consumers interested in volume blocks used (vvbns) instead of actual disk space used. - The
virtual-used-percentfield is also added to accommodate the currentphysical-used-percent.
Changes in Physical-Used Parameter
- Before ONTAP 9.14.1, the
physical-usedparameter under thevolume showcommand included all storage efficiency savings applied inside the volume. - With the introduction of TSSE volumes in ONTAP 9.10.1, more storage efficiency workflows now operate at the container level.
- As a result, the
physical-usedmetric no longer accurately reflects the physical used space of a volume because it does not account for aggregate-level savings such as TSSE, inline compression, compaction, and cross-volume deduplication.
Effective Total Footprint
- The
physical-usedfield value in thevolume showCLI will be replaced with the value of theeffective_total_footprintfield from thevol show-footprintCLI. - The
effective_total_footprintrepresents the total footprint used after savings reduction like TSSE and compaction savings, considering reserved blocks for volume-guarantee volumes as used.
Reporting for Different Versions
- ONTAP 9.13.1 and below, the
total physical usedunder thevolume showcommand only provides volume-level savings. - The
effective total footprintparameter under thevol show-footprintcommand provides the actual disk space used, considering savings from the aggregate level. - ONTAP 9.14.1 and above, the
total physical usedunder thevol show-spacecommand will include aggregate-level savings, similar to theeffective total footprintunder thevol show-footprintcommand.
| Type of Savings | <= 9.13.1 | >=9.14.1 | ||
| TSSE | Non-TSSE | TSSE | Non-TSSE | |
| Volume level savings | Look for Total physical used from vol show-space command |
Look for Total physical used from vol show-space command |
Look for virtual-used from vol show-space vol -fields virtual-used command in diag mode only |
Look for virtual-used from vol show-space vol -fields virtual-used command in diag mode only |
| Volume + Aggregate Level savings | Look for Effective Total Footprint from Vol show-footprint command |
Look for Effective Total Footprint from Vol show-footprint command |
Look for Total physical used from vol show-space command |
Look for Total physical used from vol show-space command |
Additional Information
