ONTAP 9.13

to Japanese version

What logical space reporting shows

When you enable logical space reporting on a volume, your system can display the amount of logical used and available space in addition to the total space in a volume. In addition, users on Linux and Windows client systems can see logical used and available space instead of physical used and physical available space.

Definitions:

  • Physical space refers to the physical blocks of storage available or used in the volume.

  • Logical space refers to the usable space in a volume.

  • Logical space used is physical space used plus savings from storage efficiency features (such as deduplication and compression) that have been configured.

You can enable logical space enforcement together with space reporting.

When enabled, logical space reporting displays the following parameters with the volume show command:

Parameter Meaning

-logical-used

Displays information only about the volume or volumes that have the specified logical used size. This value includes all the space saved by the storage efficiency features along with the physically used space. This does not include Snapshot reserve but does consider Snapshot spill.

-logical-used-by-afs

Displays information only about the volume or volumes that have the specified logical size used by the active file system. This value differs from the-logical-used value by the amount of Snapshot spill that exceeds the Snapshot reserve.

-logical-available

When only logical space reporting is enabled, only physical-available space is displayed. When both space reporting and enforcement are enabled, it displays the amount of free space currently available considering space saved by the storage efficiency features as being used. This does not include the Snapshot reserve.

-logical-used-percent

Displays the percentage of the current -logical-used value with the provisioned size excluding Snapshot reserve of the volume.

This value can be greater than 100%, because the -logical-used-by-afs value includes efficiency savings in the volume. The -logical-used-by-afs value of a volume does not include Snapshot spill as used space. The -physical-used value of a volume includes Snapshot spill as used space.

-used

Displays the amount of used space without considering the space saved by storage efficiency features.

Enabling logical space reporting in the CLI also allows the Logical Used Space (%) and Logical Space values to display in ONTAP System Manager

Client systems see logical space displayed as “used” space on the following system displays:

  • df output on Linux systems

  • Space details under Properties using Windows Explorer on Windows systems.

If logical space reporting is enabled without logical space enforcement, the total displayed on client systems can be higher than the provisioned space.

Top of Page