From bc16a1e999648ba58f863d26281c152fb477174a Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 12 Apr 2011 07:17:44 +0000 Subject: mgmt/glusterd: volume reset force implementation Signed-off-by: Pranith Kumar K Signed-off-by: Anand Avati BUG: 2729 (Implement force option for volume reset) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2729 --- cli/src/cli-cmd-volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/src/cli-cmd-volume.c') diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index f2e32363842..1735c387346 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -1160,7 +1160,7 @@ struct cli_cmd volume_cmds[] = { cli_cmd_sync_volume_cbk, "sync the volume information from a peer"}, - { "volume reset ", + { "volume reset [force]", cli_cmd_volume_reset_cbk, "reset all the reconfigured options"}, -- cgit