From c97938e0508d991f44fd6a02216ecae120bfcac8 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Nov 2018 19:30:01 +0530 Subject: geo-rep: add no-verify and ssh-port options for create command Added the missing options and their description. fixes: bz#1652911 Change-Id: Id9135953bc6d32e645f004e1c77449899ca3d67c Signed-off-by: root --- doc/gluster.8 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/gluster.8 b/doc/gluster.8 index 3c523260c2d..da6472d6005 100644 --- a/doc/gluster.8 +++ b/doc/gluster.8 @@ -214,8 +214,10 @@ NOTE: valid units of time and their symbols are : hours(h/hr), minutes(m/min), s \fB\ system:: execute gsec_create\fR Generates pem keys which are required for push-pem .TP -\fB\ volume geo-replication :: create [push-pem] [force]\fR +\fB\ volume geo-replication :: create [[ssh-port n][[no-verify]|[push-pem]]] [force]\fR Create a new geo-replication session from to host machine having . +Use ssh-port n if custom SSH port is configured in slave nodes. +Use no-verify if the rsa-keys of nodes in master volume is distributed to slave nodes through an external agent. Use push-pem to push the keys automatically. .TP \fB\ volume geo-replication :: {start|stop} [force] \fR -- cgit