From 5d57885a1b63ba89406c0dbd02bb254eacf531bd Mon Sep 17 00:00:00 2001 From: Avra Sengupta Date: Mon, 16 Dec 2013 03:09:58 +0000 Subject: glusterd/snapshot: Introducing snap-max-hard-limit and snap-max-soft-limit Note: Manually adding this patch again as this patch got missed in git reset option done on remote development branch Change-Id: I9e81c5ec003c1e1722d0fcb27dd87c365ee43ff4 Signed-off-by: Avra Sengupta Signed-off-by: Rajesh Joseph --- cli/src/cli-cmd-snapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/src/cli-cmd-snapshot.c') diff --git a/cli/src/cli-cmd-snapshot.c b/cli/src/cli-cmd-snapshot.c index 6aac4d29f..556278931 100644 --- a/cli/src/cli-cmd-snapshot.c +++ b/cli/src/cli-cmd-snapshot.c @@ -90,7 +90,7 @@ struct cli_cmd snapshot_cmds[] = { cli_cmd_snapshot_cbk, "Snapshot List." }, - {"snapshot config < volname | all > [ snap-max-limit ]", + {"snapshot config < volname | all > [ snap-max-hard-limit | snap-max-soft-limit ]", cli_cmd_snapshot_cbk, "Snapshot Config." }, -- cgit