Skip to main content
NetApp Knowledge Base

Why is there no difference for field 'logical-available' in 'vol show' and 'vol show-space' when logical space reporting is enabled?

Views:
525
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

Applies to

  • ONTAP 9.4 and later

Answer

By default, we only populate logical-available when logical reporting is enabled on the volume:

::> vol show -volume vol1 -fields is-space-reporting-logical
vserver volume is-space-reporting-logical
------- ------ --------------------------
svm1    vol1   false

::> vol show -volume vol1 -fields logical-available
vserver volume logical-available
------- ------ -----------------
svm1    vol1   -


::> vol show -volume vol1 -fields is-space-reporting-logical
vserver volume is-space-reporting-logical
------- ------ --------------------------
svm1    vol1   true

fas8200-2n-ams-1::> vol show -volume vol1 -fields logical-available
vserver volume logical-available
------- ------ -----------------
svm1    vol1   475.0GB

 

The vol show-space command will give back logical-available regardless if logical space reporting is enabled:

::> vol show -volume vol1 -fields is-space-reporting-logical
vserver volume is-space-reporting-logical
------- ------ --------------------------
svm1    vol1   false

::> vol show-space -volume vol1 -fields logical-available
vserver volume logical-available
------- ------ -----------------
svm1    vol1   475.0GB

 

 

Values are populated with correct data. Showing logical-available through vol show-space command is not intended and will be fixed in future releases.

 

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.