Martin Sivák has posted comments on this change.
Change subject: engine: Set MoM policy when host comes online
......................................................................
Patch Set 10: (2 inline comments)
....................................................
File
backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
Line 1174: <xs:element name="gluster_service" type="xs:boolean"
minOccurs="0" maxOccurs="1"/>
Line 1175: <xs:element name="threads_as_cores" type="xs:boolean"
minOccurs="0" maxOccurs="1"/>
Line 1176: <xs:element name="tunnel_migration" type="xs:boolean"
minOccurs="0" maxOccurs="1"/>
Line 1177: <xs:element name="trusted_service" type="xs:boolean"
minOccurs="0" maxOccurs="1"/>
Line 1178: <xs:element name="enable_ballooning" type="xs:boolean"
minOccurs="0" maxOccurs="1"/>
Well the backend entity has enableBallooning field. Do you want me to rename it
in the whole project? I do not really insist this is the best naming though.
Line 1179: <!-- Also a rel="networks" link -->
Line 1180: </xs:sequence>
Line 1181: </xs:extension>
Line 1182: </xs:complexContent>
....................................................
File
backend/manager/modules/restapi/types/src/main/java/org/ovirt/engine/api/restapi/types/ClusterMapper.java
Line 73: entity.setTrustedService(model.isTrustedService());
Line 74: }
Line 75: if (model.isSetEnableBallooning()) {
Line 76: entity.setEnableBallooning(model.isEnableBallooning());
Line 77: }
Done
Line 78: return entity;
Line 79: }
Line 80:
Line 81: @Mapping(from = VDSGroup.class, to = Cluster.class)
--
To view, visit http://gerrit.ovirt.org/16693
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: If5c73939b666228822e01fe51be3736d4d18ece5
Gerrit-PatchSet: 10
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Laszlo Hornyak <[email protected]>
Gerrit-Reviewer: Martin Sivák <[email protected]>
Gerrit-Reviewer: Michael Pasternak <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-Reviewer: ofri masad <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches