ONTAP Discussions

Understanding Storage Size Values

DBWannaBe
1,505 Views

My environment:

VMWare vCenter 7.0.3

EXSi host 6.7

Ontap 9.8p5

 

I have a lun that is 2TB in size as reported by Ontap.

ESXi sees it as 2TB that has 507GB of unused space.

Ontap sees it as 2TB that is 100% full.

The volume only has the 1 lun attached to it and is not protected with snapshots.

Ontap reports the volume as 4.5TB in size with autogrow turned on.

Ontap further reports that the volume only has 519GB of available space.

 

My question are; Why is the volume so large?  Where is the extra data coming from?

 

I'm pretty new at this but this doesn't make sense to me.  It's also not just this one volume; I've checked and found a few more that follow this basic pattern.

 

Thanks for any help.

-Mike

 

1 ACCEPTED SOLUTION

pedro_rocha
1,468 Views

Hi

 

Possible cause to this is fractional reserve. Probably it is set to 100% (default).

 

https://docs.netapp.com/us-en/ontap/san-admin/set-fractional-reserve-concept.html

 

Since you do not use snapshots for this volume, you can try to set it to zero a check if space available in the volume will increase:

 

volume modify -vserver svm_XYZ -volume vol_XYZ -fractional-reserve 0

View solution in original post

2 REPLIES 2

pedro_rocha
1,469 Views

Hi

 

Possible cause to this is fractional reserve. Probably it is set to 100% (default).

 

https://docs.netapp.com/us-en/ontap/san-admin/set-fractional-reserve-concept.html

 

Since you do not use snapshots for this volume, you can try to set it to zero a check if space available in the volume will increase:

 

volume modify -vserver svm_XYZ -volume vol_XYZ -fractional-reserve 0

DBWannaBe
1,464 Views

Yep, that was it!  Thanks!

 

I set the fractional reserve to 0 and gained about 2TB of space back.

 

-Mike

Public