Autodeleting Snapshot copies
You can use the volume snapshot autodelete modify command to trigger automatic deletion of Snapshot copies when the Snapshot reserve is exceeded. By default, the oldest Snapshot copies are deleted first.
About this task
LUN and file clones are deleted when there are no more Snapshot copies to be deleted.
Autodelete Snapshot copies: volume snapshot autodelete modify -vserver SVM -volume volume -enabled true|false -trigger volume|snap_reserve
For complete command syntax, see the man page.
Example
The following example autodeletes Snapshot copies for vol1 when the Snapshot copy reserve is exhausted:cluster1::> volume modify -vserver vs0 -volume vol1 -enabled true -trigger snap_reserve
Give documentation feedback