NetApp ONTAP Space Usage: Where Did the Aggregate Space Go? - 夜莺博客

NetApp ONTAP Space Usage: Where Did the Aggregate Space Go?

Every NetApp administrator eventually asks the same question: "the disks are 1.8 TB, so why does my aggregate only show 1.6 TB?" The answer is a stack of normal ONTAP behaviors — right-sized disks, WAFL overhead, spares, and guarantees — that are easy to mistake for a problem. This article works through the most common ONTAP space-usage questions from the NetApp Knowledge Base: where space goes, why it never matches rated capacity, and what you can actually do to reclaim aggregate space.

Why Aggregate Capacity Never Matches Rated Disk Size

Right-sizing: when you add a disk, Data ONTAP rounds the usable space down to maintain compatibility across manufacturers. sysconfig -r shows less than rated capacity per disk — this is normal, not a fault.

WAFL overhead reserve: 5–10% of total usable space is reserved for WAFL metadata. From ONTAP 9.12.1 the reserve for aggregates over 30 TB dropped from 10% to 5% on AFF and FAS500f platforms; from 9.14.1 the same reduction applies to all FAS platforms.

Spares: spare disks are not counted in total usable space at all. Run sysconfig -r to see how many spares exist.

Flash Pool: Cache Disks Don't Add Space

If an aggregate is configured as a Flash Pool (hybrid_enabled on in aggr options), the SSD RAID group identified in aggr status -r or sysconfig -r does not increase usable space — those SSDs are cache only.

Reclaiming Aggregate Space

  • Add disks, or move volumes to an aggregate with free space.
  • Shrink volume-guaranteed volumes, or change guarantee type to none — a none-guarantee volume has a much smaller aggregate footprint.
  • Delete unneeded Snapshot copies on none-guarantee volumes.
  • Delete unneeded volumes.
  • Enable deduplication and compression.
  • Temporarily disable heavy metadata features while you reclaim space.
  • Stop SnapMirror transfers first — they can prevent space reclamation on the aggregate.

Put this together with ONTAP 去重空间不足排障 for the dedupe-space angle and NetApp ONTAP 日常命令速查 for day-to-day command reference.

原文链接:https://kb.netapp.com/on-prem/ontap/Ontap_OS/OS-KBs/ONTAP_Space_Usage