mirror of
https://gerrit.ovirt.org/vdsm
synced 2026-02-05 12:46:23 +01:00
This patch modifies geo-replication status and geo-replication list verbs to accomodate the corresponding changes in gluster geo-replication. Change-Id: Ia9405e936b69e9dd4d2ed6621cfc1c70752def26 Signed-off-by: Darshan N <dnarayan@redhat.com> Reviewed-on: https://gerrit.ovirt.org/39910 Reviewed-by: Timothy Asir <tjeyasin@redhat.com> Continuous-Integration: Jenkins CI Reviewed-by: Piotr Kliczewski <piotr.kliczewski@gmail.com> Reviewed-by: Dan Kenigsberg <danken@redhat.com>
35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<cliOutput>
|
|
<opRet>0</opRet>
|
|
<opErrno>0</opErrno>
|
|
<opErrstr/>
|
|
<geoRep>
|
|
<volume>
|
|
<name>vol1</name>
|
|
<sessions>
|
|
<session>
|
|
<session_slave>6a2f7584-05a8-4651-8786-1cd6ae87b896:ssh://192.168.122.145::vol2</session_slave>
|
|
<pair>
|
|
<master_node>localhost.localdomain</master_node>
|
|
<master_node_uuid>6a2f7584-05a8-4651-8786-1cd6ae87b896</master_node_uuid>
|
|
<master_brick>/root/b1_vol1</master_brick>
|
|
<slave_user>root</slave_user>
|
|
<slave>192.168.122.145::vol2</slave>
|
|
<slave_node>192.168.122.145</slave_node>
|
|
<status>Stopped</status>
|
|
<crawl_status>N/A</crawl_status>
|
|
<last_synced>2014-12-12 05:18:23</last_synced>
|
|
<entry>0</entry>
|
|
<data>0</data>
|
|
<meta>0</meta>
|
|
<failures>0</failures>
|
|
<checkpoint_time>2014-12-12 05:17:23</checkpoint_time>
|
|
<checkpoint_completion_time>2014-12-12 05:18:20</checkpoint_completion_time>
|
|
<checkpoint_completed>Yes</checkpoint_completed>
|
|
</pair>
|
|
</session>
|
|
</sessions>
|
|
</volume>
|
|
</geoRep>
|
|
</cliOutput>
|