diff options
author | Cedric Buissart <cbuissar@redhat.com> | 2015-12-23 17:29:50 +0100 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2016-02-29 23:58:48 -0800 |
commit | 487b3a65d3cebefac93a30222eb81b0a7465c778 (patch) | |
tree | 87358be222b4fbcb2086453319fe1eddb31f10ad /doc | |
parent | 87d93fac9fcc4b258b7eb432ac4151cdd043534f (diff) |
gluster man page: adding geo-replication chapter
geo-replication options are currently missing from gluster(8) man page.
Change-Id: I5d24de856be264e63d3ff49f9b82346476f20473
BUG: 1293950
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>
Diffstat (limited to 'doc')
-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 619dec88b50..e726010ee5d 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 |