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>
This commit is contained in:
Morten Johansen 2014-11-06 12:05:24 +01:00 committed by Vijay Bellur
parent 1a04884411
commit 46f7fd66f7

View File

@ -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.