Bug 1711895
| Summary: | [Doc RFE] Add steps to setup geo-replication using gdeploy | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Sachidananda Urs <surs> |
| Component: | doc-Administration_Guide | Assignee: | Pratik Mulay <pmulay> |
| doc-Administration_Guide sub component: | Default | QA Contact: | Kshithij Iyer <kiyer> |
| Status: | CLOSED CURRENTRELEASE | Docs Contact: | |
| Severity: | high | ||
| Priority: | unspecified | CC: | asriram, kiyer, musoni, nchilaka, nlevinki, pmulay, rhs-bugs, rmusil, rwheeler, srmukher, storage-doc, vdas |
| Version: | rhgs-3.5 | ||
| Target Milestone: | --- | ||
| Target Release: | RHGS 3.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
Feature:
Setting geo-replication using gdeploy.
Reason:
Currently setting up geo-replication is a manual and tedious process. This process needs to be automated.
Result:
With gdeploy, setting up geo-replication becomes simple and easy.
The process and steps are documented in Comment 0.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-11-04 09:47:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1696812 | ||
|
Description
Sachidananda Urs
2019-05-20 10:35:51 UTC
*** Bug 1511491 has been marked as a duplicate of this bug. *** Pratik, I missed delete, conf, failover, and failback. Adding them here:
# Delete a geo-replication session
# Usage: gdeploy -c georep-delete.conf
[hosts]
10.70.42.122
[geo-replication]
action=delete
georepuser=testgeorep
mastervol=10.70.42.122:master
slavevol=10.70.43.48:slave
Failover:
[hosts]
10.70.42.122
[geo-replication]
action=failover
georepuser=testgeorep
slavevol=10.70.43.48:slave
Failback:
[hosts]
10.70.42.122
[geo-replication]
action=failback
slavevol=10.70.43.48:slave
mastervol=10.70.42.122:master
Config:
[hosts]
10.70.42.122
[geo-replication]
action=config
slavevol=10.70.43.48:slave
mastervol=10.70.42.122:master
gluster-log-file=<path-to-log-file>
The config can be any of: gluster-log-file, gluster-log-level, log-file,
log-level, changelog-log-level, ssh-command,
rsync-command, use-tarssh, volume-id, timeout,
sync-jobs, ignore-deletes, checkpoint, sync-acls,
sync-xattrs, log-rsync-performance, rsync-options,
use-meta-volume, meta-volume-mnt
Pratik please ignore failover, failback, and config. Please update the delete.
This part:
=============
# Delete a geo-replication session
# Usage: gdeploy -c georep-delete.conf
[hosts]
10.70.42.122
[geo-replication]
action=delete
georepuser=testgeorep
mastervol=10.70.42.122:master
slavevol=10.70.43.48:slave
>>>>>>>>>>>>>>>>>
That should be enough.
In reply to comment#12 The information in section"10.5.3" looks good to me .Using these sample files the scripts were created,ran and they worked. The information in section " 5.7.1" looks good to me The bug can be moved to verified state. |