Piotr Kliczewski has uploaded a new change for review.

Change subject: schema: fixing type of default values
......................................................................

schema: fixing type of default values


Change-Id: Id5ee7e26b9228bd4e423f3fbc87efff5c4374294
Signed-off-by: Piotr Kliczewski <piotr.kliczew...@gmail.com>
---
M lib/api/vdsm-api.yml
1 file changed, 6 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/13/65113/1

diff --git a/lib/api/vdsm-api.yml b/lib/api/vdsm-api.yml
index 776b592..9ebac7a 100644
--- a/lib/api/vdsm-api.yml
+++ b/lib/api/vdsm-api.yml
@@ -2120,35 +2120,35 @@
         description: I/O tune parameters for the VM disk device.
         name: VmDiskDeviceIoTuneParams
         properties:
-        -   defaultvalue: 0 - means unlimited
+        -   defaultvalue: 0
             description: Total throughput limit in bytes per
                 second.
             name: total_bytes_sec
             type: uint
 
-        -   defaultvalue: 0 - means unlimited
+        -   defaultvalue: 0
             description: Read throughput limit in bytes per
                 second.
             name: read_bytes_sec
             type: uint
 
-        -   defaultvalue: 0 - means unlimited
+        -   defaultvalue: 0
             description: Write throughput limit in bytes per
                 second.
             name: write_bytes_sec
             type: uint
 
-        -   defaultvalue: 0 - means unlimited
+        -   defaultvalue: 0
             description: Total I/O operations limit per second.
             name: total_iops_sec
             type: uint
 
-        -   defaultvalue: 0 - means unlimited
+        -   defaultvalue: 0
             description: Read I/O operations limit per second.
             name: read_iops_sec
             type: uint
 
-        -   defaultvalue: 0 - means unlimited
+        -   defaultvalue: 0
             description: Write I/O operations limit per second.
             name: write_iops_sec
             type: uint


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5ee7e26b9228bd4e423f3fbc87efff5c4374294
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <piotr.kliczew...@gmail.com>
_______________________________________________
vdsm-patches mailing list -- vdsm-patches@lists.fedorahosted.org
To unsubscribe send an email to vdsm-patches-le...@lists.fedorahosted.org

Reply via email to