From 4fa4b7f2c2b57d1055adb76e8258b0db176bc356 Mon Sep 17 00:00:00 2001 From: vmallika Date: Tue, 28 Oct 2014 12:25:43 +0530 Subject: glusterd/snapshot: Snapshot should be deactivated when it is created By default snapshot should be deactivated and this should be a configurable option. This behaviour can be configured by the command below: gluster snapshot config activate-on-create Change-Id: I1911595c32beed43bb2fca4bf99f0d264b422513 BUG: 1157991 Signed-off-by: vmallika Reviewed-on: http://review.gluster.org/8985 Tested-by: Gluster Build System Reviewed-by: Avra Sengupta Reviewed-by: Rajesh Joseph Reviewed-by: Kaushal M --- doc/admin-guide/en-US/markdown/admin_managing_snapshots.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/admin-guide/en-US') 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 93be39d94d5..820dcb18863 100644 --- a/doc/admin-guide/en-US/markdown/admin_managing_snapshots.md +++ b/doc/admin-guide/en-US/markdown/admin_managing_snapshots.md @@ -150,7 +150,8 @@ the snapshots present in the system are displayed. Syntax: *snapshot config \[volname\] \(\[snap-max-hard-limit \] \[snap-max-soft-limit \]\) - | \(\[auto-delete \]\)* + | \(\[auto-delete \]\) + | \(\[activate-on-create \]\)* Details: Displays and sets the snapshot config values. @@ -176,6 +177,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** -- cgit