diff options
author | Cedric Buissart <cbuissar@redhat.com> | 2015-12-23 17:29:50 +0100 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2016-03-05 15:51:57 -0800 |
commit | a502ed404beb29e9c0a212489e19f636a1cbc442 (patch) | |
tree | 863c54551f6c639b79c67b4325629c32b9e8bf5c | |
parent | e1187f011855606c3210a75267847aa29b99584e (diff) |
gluster man page: adding geo-replication chapter
geo-replication options are currently missing from gluster(8) man page.
Change-Id: I5d24de856be264e63d3ff49f9b82346476f20473
BUG: 1313313
Signed-off-by: Cedric Buissart <cbuissar@redhat.com>
Reviewed-on: http://review.gluster.org/13073
Reviewed-by: Saravanakumar Arumugam <sarumuga@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.com>
Tested-by: Aravinda VK <avishwan@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
(cherry picked from commit 487b3a65d3cebefac93a30222eb81b0a7465c778)
Reviewed-on: http://review.gluster.org/13561
Reviewed-by: Kotresh HR <khiremat@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
-rw-r--r-- | doc/gluster.8 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/gluster.8 b/doc/gluster.8 index c09c1ee46fc..78e822a99ad 100644 --- a/doc/gluster.8 +++ b/doc/gluster.8 @@ -124,6 +124,32 @@ Check status of data movement from the hot to cold tier. .TP \fB\ volume tier <VOLNAME> detach stop\fR Stop detaching the hot tier from the volume. +.SS "Geo-replication Commands" +.TP +\fI\ Note\fR: password-less ssh, from the master node (where these commands are executed) to the slave node <SLAVE_HOST>, is a prerequisite for the geo-replication commands. +.TP +\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 +Create a new geo-replication session from <MASTER_VOL> to <SLAVE_HOST> host machine having <SLAVE_VOL>. +Use push-pem to push the keys automatically. +.TP +\fB\ volume geo-replication <MASTER_VOL> <SLAVE_HOST>::<SLAVE_VOL> {start|stop} [force] \fR +Start/stop the geo-replication session from <MASTER_VOL> to <SLAVE_HOST> host machine having <SLAVE_VOL>. +.TP +\fB\ volume geo-replication [<MASTER_VOL> [<SLAVE_HOST>::<SLAVE_VOL>]] status [detail] \fR +Query status of the geo-replication session from <MASTER_VOL> to <SLAVE_HOST> host machine having <SLAVE_VOL>. +.TP +\fB\ volume geo-replication <MASTER_VOL> <SLAVE_HOST>::<SLAVE_VOL> {pause|resume} [force] \fR +Pause/resume the geo-replication session from <MASTER_VOL> to <SLAVE_HOST> host machine having <SLAVE_VOL>. +.TP +\fB\ volume geo-replication <MASTER_VOL> <SLAVE_HOST>::<SLAVE_VOL> delete \fR +Delete the geo-replication session from <MASTER_VOL> to <SLAVE_HOST> host machine having <SLAVE_VOL>. +.TP +\fB\ volume geo-replication <MASTER_VOL> <SLAVE_HOST>::<SLAVE_VOL> config [[!]<options> [<value>]] \fR +View (when no option provided) or set configuration for this geo-replication session. +Use "!<OPTION>" to reset option <OPTION> to default value. .SS "Bitrot Commands" .TP \fB\ volume bitrot <VOLNAME> {enable|disable} \fR |