[Tendrl-devel] Geo-replication support in gdeploy

Sachidananda URS surs at redhat.com
Thu Jul 13 14:11:17 UTC 2017


I've added failover support in gdeploy. Failback will not be added as it
involves monitoring the status and then triggering
a few configurations.

I'm leaving it for now. Any suggestions?



On Fri, Jul 7, 2017 at 6:59 PM, Sachidananda URS <surs at redhat.com> wrote:

> Follow up on earlier mail:
>
> Now gdeploy supports all the features of geo-replication (including
> configure) except for failover and failback.
>
> -sac
>
>
>
> On Thu, Jul 6, 2017 at 4:17 PM, Sachidananda URS <surs at redhat.com> wrote:
>
>> 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