Sahina Bose has posted comments on this change.

Change subject: restapi: WIP-Introduced statistics for glustervolumes
......................................................................


Patch Set 4:

(4 comments)

http://gerrit.ovirt.org/#/c/22579/4//COMMIT_MSG
Commit Message:

Line 3: AuthorDate: 2013-12-20 13:10:30 +0530
Line 4: Commit:     Ramesh Nachimuthu <rnach...@redhat.com>
Line 5: CommitDate: 2014-01-16 12:46:44 +0530
Line 6: 
Line 7: restapi: WIP-Introduced statistics for glustervolumes
Remove WIP from comment
Line 8: 
Line 9: Introduced statistics under glustervolumes resource. This would be used
Line 10: for listing the volume capacity details like used, free and total
Line 11: capacity of the volume.


http://gerrit.ovirt.org/#/c/22579/4/backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
File 
backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd:

Line 3352:           <xs:element name="stripe_count" type="xs:unsignedShort" 
minOccurs="0" maxOccurs="1"/>
Line 3353:           <xs:element ref="bricks" minOccurs="0" maxOccurs="1"/>
Line 3354:           <xs:element ref="options" minOccurs="0" maxOccurs="1"/>
Line 3355:           <xs:element ref="status" minOccurs="0" maxOccurs="1"/>
Line 3356:           <xs:element ref="volume_capacity" minOccurs="0" 
maxOccurs="1"/>
Not required - as this is going to be displayed as statistics
Line 3357:         </xs:sequence>
Line 3358:       </xs:extension>
Line 3359:     </xs:complexContent>
Line 3360:   </xs:complexType>


Line 3470:       </xs:extension>
Line 3471:     </xs:complexContent>
Line 3472:   </xs:complexType>
Line 3473: 
Line 3474:   <xs:element name="volume_capacity" type="VolumeCapacity"/>
Not required
Line 3475:   <xs:complexType name="VolumeCapacity">
Line 3476:     <xs:sequence>
Line 3477:       <xs:element name="total_size" type="xs:long" minOccurs="0" 
maxOccurs="1"/>
Line 3478:       <xs:element name="free_size" type="xs:long" minOccurs="0" 
maxOccurs="1"/>


Line 3479:       <xs:element name="used_size" type="xs:long" minOccurs="0" 
maxOccurs="1"/>
Line 3480:     </xs:sequence>
Line 3481:   </xs:complexType>
Line 3482: 
Line 3483:   <xs:element name="volume_capacities" type="VolumeCapacities"/>
Not required
Line 3484:   <xs:complexType name="VolumeCapacities">
Line 3485:     <xs:complexContent>
Line 3486:       <xs:extension base="BaseResources">
Line 3487:         <xs:sequence>


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I6b17170f403c6ac320829b23b8e2d03b537b8ff2
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Ramesh N <rnach...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to