diff options
author | Gaurav <gaurav@gluster.com> | 2011-01-13 07:29:08 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2011-01-27 12:17:38 -0800 |
commit | bd8f7b95972abdbaba0b4ec067b6cb7968ad7e56 (patch) | |
tree | fb721b0698ac2c3d633b1e874cac0d9aac369175 /cli | |
parent | 85300e25f2d47e33b169d14fa9eb0b7cfe39011b (diff) |
cli: Show 'commit' option in replace-brick.
Signed-off-by: Gaurav <gaurav@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 2273 (replace-brick help does not show commit option)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2273
Diffstat (limited to 'cli')
-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 0b6e2dd36..fd2a7afe0 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -917,7 +917,7 @@ struct cli_cmd volume_cmds[] = { cli_cmd_volume_defrag_cbk, "rebalance operations"}, - { "volume replace-brick <VOLNAME> <BRICK> <NEW-BRICK> {start|pause|abort|status}", + { "volume replace-brick <VOLNAME> <BRICK> <NEW-BRICK> {start|pause|abort|status|commit}", cli_cmd_volume_replace_brick_cbk, "replace-brick operations"}, |