Is it possible to modify autocommit-period of SnapLock to disable?
Applies to
- ONTAP 9
- SnapLock
Answer
Yes, it is possible to modify the
autocommit-period of SnapLock to disable.Additional Information
- volume snaplock modify
- Autocommit-period disable procedure:
- Verify the current settings
::> volume snaplock show -vserver <vserver name> -fields autocommit-period
Example:
::> volume snaplock show -vserver vol1 -fields autocommit-period
vserver volume autocommit-period
------- ------ -----------------
svm1 vol1 10 minutes
- Disable autocommit-period
::> volume snaplock modify -volume <volume name> -autocommit-period none
- Verify the modified settings
::> volume snaplock show -vserver <vserver name> -fields autocommit-period
Example:
::> volume snaplock show -vserver vol1 -fields autocommit-period
vserver volume autocommit-period
------- ------ -----------------
svm1 vol1 none
