[Tendrl-devel] Geo-replication support in gdeploy

Sachidananda URS surs at redhat.com
Thu Jul 6 10:47:42 UTC 2017


Hi,

Now we have support for creating geo-replication sessions (secure-session
included) using
gdeploy. Thanks to Aravinda, for the valuable suggestions and help in
debugging
geo-replication install process.

The patch https://github.com/gluster/gdeploy/commit/a1447c4304de50 has been
merged into
upstream.

For configuring secure geo-replication session the following configuration
can be used:

[hosts]
10.70.42.122

[geo-replication]
action=create
georepuser=testgeorep
mastervol=10.70.42.122:mastervolume
slavevol=10.70.43.48:slavevolume
slavenodes=10.70.43.48,10.70.42.217
force=no

Assuming mastervol and slavevol are already created.

For configuring geo-replication as root:

[hosts]
10.70.43.219

[geo-replication]
action=create
mastervol=10.70.43.219:mastervolume
slavevol=10.70.43.25:slavevolume
slavenodes=10.70.43.25,10.70.43.86
force=yes


Future plan in the coming week:

Capability to stop/pause/resume/delete geo-replication sessions.
Capability to reconfigure geo-replication sessions.
Add support for failover and failback.

-sac



More information about the Tendrl-devel mailing list