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 ++++- doc/gluster.8 | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'doc') 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** diff --git a/doc/gluster.8 b/doc/gluster.8 index b7e5e205e9f..d13cb6f6a17 100644 --- a/doc/gluster.8 +++ b/doc/gluster.8 @@ -128,7 +128,7 @@ This command gives status of the snapshot. The details included are snapshot bri If snapname is specified then status of the mentioned snapshot is displayed. If volname is specified then status of all snapshots belonging to that volume is displayed. If both snapname and volname is not specified then status of all the snapshots present in the system are displayed. .TP -\fB\ snapshot config [volname] ([snap-max-hard-limit ] [snap-max-soft-limit ]) | ([auto-delete ]) +\fB\ snapshot config [volname] ([snap-max-hard-limit ] [snap-max-soft-limit ]) | ([auto-delete ]) | ([activate-on-create ]) Displays and sets the snapshot config values. snapshot config without any keywords displays the snapshot config values of all volumes in the system. If volname is provided, then the snapshot config values of that volume is displayed. @@ -144,6 +144,8 @@ When auto-delete feature is enabled, then upon reaching the soft-limit, with eve When auto-delete feature is disabled, then upon reaching the soft-limit, 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. .TP \fB\ snapshot activate \fR Activates the mentioned snapshot. -- cgit