From 46f7fd66f7d77b3753c98e9e7c27ba6a5280db40 Mon Sep 17 00:00:00 2001 From: Morten Johansen Date: Thu, 6 Nov 2014 12:05:24 +0100 Subject: Update admin_distributed_geo_rep.md Fixed typo Change-Id: If4281237394ed96b32ec2d6227827214908052cf Signed-off-by: Justin Clift Reviewed-on: http://review.gluster.org/9268 Reviewed-by: M S Vishwanath Bhat Reviewed-by: Humble Devassy Chirammal Tested-by: Gluster Build System --- doc/admin-guide/en-US/markdown/admin_distributed_geo_rep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/admin-guide/en-US') 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 :: 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. -- cgit