Roy Golan has posted comments on this change.

Change subject: core: add support for tunnel migration
......................................................................


Patch Set 5: (2 inline comments)

....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDSGroup.java
Line 110: 
Line 111:     @Column(name = "gluster_service")
Line 112:     private boolean glusterService = false;
Line 113: 
Line 114:     @Column(name = "tunnel_migration")
no need for the jpa annotations
Line 115:     private boolean tunnelMigration = false;
Line 116: 
Line 117:     public VDSGroup() {
Line 118:         selection_algorithm = VdsSelectionAlgorithm.None;


....................................................
Commit Message
Line 13: the feature is supported only from 3.3 version clusters.
Line 14: this patch allow the user to set default behaviour on the cluster,
Line 15: (which by default is false),
Line 16: and override the cluster value per vm.
Line 17: if supported, engine will send 'tunnlled=true/false' on migrate verb.
s/tunnlled/tunneled
Line 18: 
Line 19: Change-Id: I6fa684df7376f8470fe729d590ce0e63d39c4d1e


--
To view, visit http://gerrit.ovirt.org/11062
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I6fa684df7376f8470fe729d590ce0e63d39c4d1e
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to