diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-04-12 07:17:44 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-04-13 00:39:03 -0700 |
commit | bc16a1e999648ba58f863d26281c152fb477174a (patch) | |
tree | 339e72925c06d56355b338b01f72618892a1667a /cli/src/cli-cmd-volume.c | |
parent | fb3e469e29578393a0d5f964991d26b5449bffb0 (diff) |
mgmt/glusterd: volume reset force implementation
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2729 (Implement force option for volume reset)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2729
Diffstat (limited to 'cli/src/cli-cmd-volume.c')
-rw-r--r-- | cli/src/cli-cmd-volume.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <VOLNAME> ", + { "volume reset <VOLNAME> [force]", cli_cmd_volume_reset_cbk, "reset all the reconfigured options"}, |