Sahina Bose has posted comments on this change. Change subject: engine: Added tables for geo replication entities ......................................................................
Patch Set 3: (2 comments) http://gerrit.ovirt.org/#/c/29947/3/packaging/dbscripts/upgrade/03_06_0070_gluster_georep_tables.sql File packaging/dbscripts/upgrade/03_06_0070_gluster_georep_tables.sql: Line 2: CREATE TABLE gluster_georep_session Line 3: ( Line 4: session_id UUID NOT NULL, Line 5: master_volume_id UUID NOT NULL, Line 6: session_key VARCHAR(150) NOT NULL, > What is slave_host_name here?. Slave host name in Ovirt or Slave Host Addre This is the slave host fqdn or ip address used by gluster to communicate to the remote volume. It's not necessary that the slave cluster is managed by oVirt, so we need to leave the option open for that. Line 7: slave_host_name VARCHAR(50), Line 8: slave_host_uuid UUID, Line 9: slave_volume_name VARCHAR(50), Line 10: slave_volume_id UUID, Line 30: ( Line 31: session_id UUID NOT NULL REFERENCES gluster_georep_session(session_id) ON DELETE CASCADE, Line 32: master_brick_id UUID NOT NULL REFERENCES gluster_volume_bricks(id), Line 33: slave_host_name VARCHAR(50) NOT NULL, Line 34: slave_host_uuid UUID NOT NULL, > Slave nodes of the slave volume means?. Here there is no concept of the sla Each node in the master could connect to any node in the slave for replicating the data. Line 35: status VARCHAR(20), Line 36: checkpoint_status VARCHAR(20), Line 37: crawl_status VARCHAR(20), Line 38: files_synced BIGINT, -- To view, visit http://gerrit.ovirt.org/29947 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I231092cfc969030e144a7ddd08187ce1c47a29db Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sahina Bose <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Kanagaraj M <[email protected]> Gerrit-Reviewer: Ramesh N <[email protected]> Gerrit-Reviewer: Sahina Bose <[email protected]> Gerrit-Reviewer: Shubhendu Tripathi <[email protected]> Gerrit-Reviewer: anmolbabu <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
