From b56719fc478590815b6b8bc1e5a7dee5194555df Mon Sep 17 00:00:00 2001 From: Sachin Pandit Date: Mon, 28 Jul 2014 09:53:50 +0530 Subject: doc : man page and admin-guide for newly introduced snapshot delete option. Change-Id: Iab5e7f63d673a2040e8d83ab7280121ff468836e BUG: 1112613 Signed-off-by: Sachin Pandit Reviewed-on: http://review.gluster.org/8378 Reviewed-by: Atin Mukherjee Tested-by: Gluster Build System Reviewed-by: Kaushal M --- doc/gluster.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/gluster.8') diff --git a/doc/gluster.8 b/doc/gluster.8 index 28811c5b3d4..e45c011b189 100644 --- a/doc/gluster.8 +++ b/doc/gluster.8 @@ -114,8 +114,8 @@ Creates a snapshot of a GlusterFS volume. User can provide a snap-name and a des \fB\ snapshot restore \fR Restores an already taken snapshot of a GlusterFS volume. Snapshot restore is an offline activity therefore if the volume is online (in started state) then the restore operation will fail. Once the snapshot is restored it will not be available in the list of snapshots. .TP -\fB\ snapshot delete \fR -Deletes the specified snapshot. +\fB\ snapshot delete ( all | | volume ) \fR +If snapname is specified then mentioned snapshot is deleted. If volname is specified then all snapshots belonging to that particular volume is deleted. If keyword *all* is used then all snapshots belonging to the system is deleted. .TP \fB\ snapshot list [volname] \fR Lists all snapshots taken. If volname is provided, then only the snapshots belonging to that particular volume is listed. -- cgit