diff options
author | root <Shwetha Acharya> | 2018-11-23 19:30:01 +0530 |
---|---|---|
committer | Kotresh HR <khiremat@redhat.com> | 2018-11-26 05:04:46 +0000 |
commit | c97938e0508d991f44fd6a02216ecae120bfcac8 (patch) | |
tree | 83766973e0a8b07f1805a97e30c11cdbd4ee9cd0 | |
parent | 31f85a4c7b20d9e594109f933f97127ba43029a8 (diff) |
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 <Shwetha Acharya>
-rw-r--r-- | doc/gluster.8 | 4 |
1 files changed, 3 insertions, 1 deletions
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 <MASTER_VOL> <SLAVE_HOST>::<SLAVE_VOL> create [push-pem] [force]\fR +\fB\ volume geo-replication <MASTER_VOL> <SLAVE_HOST>::<SLAVE_VOL> create [[ssh-port n][[no-verify]|[push-pem]]] [force]\fR Create a new geo-replication session from <MASTER_VOL> to <SLAVE_HOST> host machine having <SLAVE_VOL>. +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 <MASTER_VOL> <SLAVE_HOST>::<SLAVE_VOL> {start|stop} [force] \fR |