Updating your volume's snapshot reserve
You can change the amount of snapshot reserve on a volume using the NetApp ONTAP CLI or API, described in the following procedure.
To access the NetApp ONTAP CLI, establish an SSH session on the management port of the Amazon FSx for NetApp ONTAP file system by running the following command. Replace
with the IP address of the file system's management port.management_endpoint_ip
[~]$
ssh fsxadmin@
management_endpoint_ip
For more information, see Managing file systems with the ONTAP CLI.
-
Use the
volume modify
ONTAP ClI command to change the percent of disk space used for the Snapshot copy reserve. Replace the following placeholder values with your data: -
— use your SVM's name.svm_name
— use your volume's name.vol_name
— the percent of disk space you want to reserve for Snapshot copies.percent
::>
volume modify -vserver
svm_name
-volumevol_name
-percent-snapshot-spacepercent
The following example changes the snapshot reserve for vol1 to 25% of the volume's storage capacity.
::>
volume modify -vserver vs0 -volume vol1 -percent-snapshot-space 25 -