diff options
author | Anuradha Talur <atalur@redhat.com> | 2015-07-07 19:10:26 +0530 |
---|---|---|
committer | Humble Devassy Chirammal <humble.devassy@gmail.com> | 2015-07-15 05:45:48 -0700 |
commit | 539c11e424ce008579ab5a11da71028ba872a0a7 (patch) | |
tree | ce97809b546f36b52459d93e50cdc3cd52a4dc67 | |
parent | 09530dfd822c8c3cc8da20a4600b5d2aec1ebf9d (diff) |
doc: remove deprecated replace-brick commands from gluster man page
Change-Id: Ibdd42bf4b59fe8a9df5bad68fbc498b4496c5e53
BUG: 1206539
Signed-off-by: Anuradha Talur <atalur@redhat.com>
Reviewed-on: http://review.gluster.org/11567
Reviewed-by: Gaurav Kumar Garg <ggarg@redhat.com>
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Tested-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
-rw-r--r-- | doc/gluster.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gluster.8 b/doc/gluster.8 index 715c52b4d46..70ed95a9ae1 100644 --- a/doc/gluster.8 +++ b/doc/gluster.8 @@ -71,8 +71,8 @@ If you remove the brick, the data stored in that brick will not be available. Yo .B replace-brick option. .TP -\fB\ volume replace-brick <VOLNAME> (<BRICK> <NEW-BRICK>) start|pause|abort|status|commit \fR -Replace the specified brick. +\fB\ volume replace-brick <VOLNAME> <SOURCE-BRICK> <NEW-BRICK> commit force \fR +Replace the specified source brick with a new brick. .TP \fB\ volume rebalance <VOLNAME> start \fR Start rebalancing the specified volume. |