summaryrefslogtreecommitdiffstats
path: root/doc/admin-guide/en-US
diff options
context:
space:
mode:
Diffstat (limited to 'doc/admin-guide/en-US')
-rw-r--r--doc/admin-guide/en-US/markdown/admin_distributed_geo_rep.md2
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.