diff options
Diffstat (limited to 'doc/admin-guide/en-US')
| -rw-r--r-- | doc/admin-guide/en-US/markdown/admin_managing_snapshots.md | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/admin-guide/en-US/markdown/admin_managing_snapshots.md b/doc/admin-guide/en-US/markdown/admin_managing_snapshots.md index add2aad8fb5..e36e3faeac5 100644 --- a/doc/admin-guide/en-US/markdown/admin_managing_snapshots.md +++ b/doc/admin-guide/en-US/markdown/admin_managing_snapshots.md @@ -147,7 +147,8 @@ the snapshots present in the system are displayed.  Syntax:  *snapshot config \[volname\] \(\[snap-max-hard-limit <count\>\] \[snap-max-soft-limit <percent>\]\) -                            | \(\[auto-delete <enable|disable\>\]\)* +                            | \(\[auto-delete <enable|disable\>\]\) +                            | \(\[activate-on-create <enable|disable\>\]\)*  Details:  Displays and sets the snapshot config values. @@ -173,6 +174,8 @@ the user gets a warning with every successful snapshot creation.  Upon reaching the hard-limit, further snapshot creations will not be allowed. +activate-on-create is disabled by default. If you enable activate-on-create, +then further snapshot will be activated during the time of snapshot creation.  -------------------------------------------------------------------------  **Activating a snapshot**  | 
