Determine and control a volume's space usage in a local tier in ONTAP
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
You can determine which FlexVol volumes are using the most space in a local tier and specifically which features within the volume.
The volume show-footprint
command provides information about a volume's footprint, or its space usage within the containing local tier.
|
Prior to ONTAP 9.7, System Manager uses the term aggregate to describe a local tier. Regardless of your ONTAP version, the ONTAP CLI uses the term aggregate. To learn more about local tiers, see Disks and local tiers. |
The volume show-footprint
command shows details about the space usage of each volume in a local tier, including offline volumes. This command bridges the gap between the output of the volume show-space
and aggregate show-space
commands. All percentages are calculated as a percent of local tier size.
The following example shows the volume show-footprint
command output for a volume called testvol:
cluster1::> volume show-footprint testvol Vserver : thevs Volume : testvol Feature Used Used% -------------------------------- ---------- ----- Volume Data Footprint 120.6MB 4% Volume Guarantee 1.88GB 71% Flexible Volume Metadata 11.38MB 0% Delayed Frees 1.36MB 0% Total Footprint 2.01GB 76%
The following table explains some of the key rows of the output of the volume show-footprint
command and what you can do to try to decrease space usage by that feature:
Row/feature name |
Description/contents of row |
Some ways to decrease |
---|---|---|
|
The total amount of space used in the containing local tier by a volume's data in the active file system and the space used by the volume's snapshots. This row does not include reserved space. |
|
|
The amount of space reserved by the volume in the local tier for future writes. The amount of space reserved depends on the guarantee type of the volume. |
Changing the type of guarantee for the volume to |
|
The total amount of space used in the local tier by the volume's metadata files. |
No direct method to control. |
|
Blocks that ONTAP used for performance and cannot be immediately freed. For SnapMirror destinations, this row has a value of |
No direct method to control. |
|
The total amount of space reserved for file operation metadata. |
No direct method to control. |
|
The total amount of space that the volume uses in the local tier. It is the sum of all of the rows. |
Any of the methods used to decrease space used by a volume. |