diff options
author | Joe Julian <me@joejulian.name> | 2014-10-21 23:37:44 -0700 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-10-29 10:42:22 -0700 |
commit | e5da8c1bc545cb004747ddbe1ea5f215ac166143 (patch) | |
tree | 7c8a24957ba686e78e727f28b1df5a8f117e5175 /doc | |
parent | 51be7065dba8e62bff177bec4bc093e864492d29 (diff) |
Fixed missing / in replace-brick pause example
BUG: 1155421
Change-Id: I079f738e8381bada4595d3600921a39581edaea7
Signed-off-by: Joe Julian <me@joejulian.name>
Reviewed-on: http://review.gluster.org/8963
Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/admin-guide/en-US/markdown/admin_managing_volumes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/admin-guide/en-US/markdown/admin_managing_volumes.md b/doc/admin-guide/en-US/markdown/admin_managing_volumes.md index b456e27af89..cbd786e9814 100644 --- a/doc/admin-guide/en-US/markdown/admin_managing_volumes.md +++ b/doc/admin-guide/en-US/markdown/admin_managing_volumes.md @@ -267,7 +267,7 @@ cluster is online and available. For example, to pause the data migration from server3:/exp3 to server5:/exp5 in test-volume: - # gluster volume replace-brick test-volume server3:/exp3 server5:exp5 pause + # gluster volume replace-brick test-volume server3:/exp3 server5:/exp5 pause Replace brick pause operation successful 4. To abort the migration operation, if needed, use the following |