Skip to main content
NetApp Knowledge Base

What are the conditions for volume auto-grow in ONTAP

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

Applies to

ONTAP 9

Answer

Volume auto-grow in ONTAP is triggered under the following conditions:
  • Monitoring Target:
    • The entire volume usage (data + Snapshot) is monitored.
    • If a Snapshot reserve is set, the reserved space is dedicated to Snapshots.
  • Trigger for Auto-Grow:
    • Auto-grow is triggered when the volume usage exceeds the auto-grow threshold (default is 95%). This "usage" includes both data and Snapshot space.
    • The threshold can be set using the `autosize-grow-threshold-percent` parameter.

cluster1::> volume autosize -vserver <vserver> -volume <volume> -grow-threshold-percent <percent>

  • Maximum Size Limit:

Each volume has a maximum size (`maximum-autosize`) setting. If the volume reaches this limit, it will not grow further.

cluster1::> volume autosize -vserver <vserver> -volume <volume> -maximum-size <size>

  • Sufficient aggregate space:

There must be enough free space in the aggregate that contains the volume to allow for the auto-grow.

Additional Information

additionalInformation_text
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.