Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 1 results
    • https://kb.netapp.com/on-prem/ontap/Ontap_OS/OS-KBs/Is_there_a_way_to_prohibit_snapshots_manual_creation_for_a_specific_volume
      Applies to ONTAP 9 Answer There is no direct setting for this The manually created snapshot can be deleted immediately by the following setting: ::> vol modify -vserver vserver_name -volume volume_nam...Applies to ONTAP 9 Answer There is no direct setting for this The manually created snapshot can be deleted immediately by the following setting: ::> vol modify -vserver vserver_name -volume volume_name -percent-snapshot-space 0 ::> volume snapshot autodelete modify -vserver vserver_name -volume volume_name -enabled true -commitment destroy -defer-delete none -trigger snap_reserve Additional Information Disable automatic snapshot creation in ONTAP 9 volume modify volume snapshot autodelete modify