Juan Hernandez has posted comments on this change.

Change subject: restapi: add field ksm_merge_across_node to cluster
......................................................................


Patch Set 9:

(2 comments)

I think there are still rebase problems here. Try to go back to the state of 
patch set 7.

https://gerrit.ovirt.org/#/c/39783/9/backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
File 
backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd:

Line 1858: 
Line 1859:   <xs:complexType name="KSM">
Line 1860:     <xs:sequence>
Line 1861:       <xs:element name="enabled" type="xs:boolean" minOccurs="0" 
maxOccurs="1"/>
Line 1862:       <xs:element ref="merge_across_nodes" minOccurs="0" 
maxOccurs="1"/>
This should be:

  name="merge_across_nodes" type="xs_boolean"
Line 1863:     </xs:sequence>
Line 1864:   </xs:complexType>
Line 1865: 
Line 1866:   <xs:element name="transparent_hugepages" 
type="TransparentHugePages"/>


https://gerrit.ovirt.org/#/c/39783/9/backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml
File 
backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata.yaml:

Line 1286:         optionalArguments: {cluster.description: 'xs:string', 
cluster.comment: 'xs:string', cluster.memory_policy.overcommit.percent: 
'xs:double', cluster.memory_policy.transparent_hugepages.enabled: 'xs:boolean',
Line 1287:         cluster.scheduling_policy.policy--DEPRECATED: 'xs:string', 
cluster.scheduling_policy.thresholds.low--DEPRECATED: 'xs:int', 
cluster.scheduling_policy.thresholds.high--DEPRECATED: 'xs:int',
Line 1288:         cluster.scheduling_policy.thresholds.duration--DEPRECATED: 
'xs:int', cluster.scheduling_policy.id: 'xs:string', 
cluster.scheduling_policy.properties.property--COLLECTION: {property.name: 
'xs:string', property.value: 'xs:string'}, cluster.error_handling.on_error: 
'xs:string', cluster.virt_service: 'xs:boolean', cluster.gluster_service: 
'xs:boolean', cluster.threads_as_cores: 'xs:boolean',
Line 1289:         cluster.tunnel_migration: 'xs:boolean', 
cluster.trusted_service: 'xs:boolean',  cluster.ha_reservation: 'xs:boolean', 
cluster.ballooning_enabled: 'xs:boolean', cluster.cpu.architecture: 
'xs:string', cluster.display.proxy: 'xs:string',
Line 1290:         cluster.ksm.enabled: 'xs:boolean', 
cluster.ksm.merge_across_nodes.enabled: 'xs:boolean',
This should be:

  cluster.merge_across_nodes: xs:boolean
Line 1291:         cluster.fencing_policy.enabled: 'xs:boolean', 
cluster.fencing_policy.skip_if_sd_active.enabled: 'xs:boolean', 
cluster.fencing_policy.skip_if_connectivity_broken.enabled: 'xs:boolean', 
cluster.fencing_policy.skip_if_connectivity_broken.threshold: 'xs:int',
Line 1292:         cluster.management_network.id|name: 'xs:string', 
cluster.maintenance_reason_required: 'xs:boolean'}
Line 1293:         description: add a new cluster to the system
Line 1294: - name: /clusters/{cluster:id}/networks|rel=get


-- 
To view, visit https://gerrit.ovirt.org/39783
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Idd6ce2c42b4d7fa30088c77d5f16d0dfdabb156a
Gerrit-PatchSet: 9
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Dudi Maroshi <d...@redhat.com>
Gerrit-Reviewer: Dudi Maroshi <d...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to