diff options
author | Morten Johansen <morten@bzzt.no> | 2014-11-06 12:05:24 +0100 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-12-14 20:51:34 -0800 |
commit | 46f7fd66f7d77b3753c98e9e7c27ba6a5280db40 (patch) | |
tree | d4d561336613e6e5797f3595e6039f6ba0d65b2b | |
parent | 1a048844117fe13af0b1eb70eab07d304a23a358 (diff) |
Update admin_distributed_geo_rep.md
Fixed typo
Change-Id: If4281237394ed96b32ec2d6227827214908052cf
Signed-off-by: Justin Clift <justin@gluster.org>
Reviewed-on: http://review.gluster.org/9268
Reviewed-by: M S Vishwanath Bhat <vbhat@redhat.com>
Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
-rw-r--r-- | doc/admin-guide/en-US/markdown/admin_distributed_geo_rep.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/admin-guide/en-US/markdown/admin_distributed_geo_rep.md b/doc/admin-guide/en-US/markdown/admin_distributed_geo_rep.md index 1ec4f28ae56..fe2cc3ec976 100644 --- a/doc/admin-guide/en-US/markdown/admin_distributed_geo_rep.md +++ b/doc/admin-guide/en-US/markdown/admin_distributed_geo_rep.md @@ -31,7 +31,7 @@ Create a geo-rep session between master and slave volume using the following com gluster volume geo-replication <master_volume> <slave_host>::<slave_volume> create push-pem [force] ``` -If the total available size in slave volume is more than the total size of master, the command will throw error message. In such cases 'force' option can be used. +If the total available size in slave volume is less than the total size of master, the command will throw error message. In such cases 'force' option can be used. #### Starting a geo-rep session There is no change in this command from previous versions to this version. |