Andrej Krejcir has uploaded a new change for review.

Change subject: schema: Change description of io tune parameters.
......................................................................

schema: Change description of io tune parameters.

Change-Id: Idb130c7182ba2d618a9618b324fa1537d616a966
Signed-off-by: Andrej Krejcir <akrej...@redhat.com>
---
M lib/api/vdsm-api.yml
1 file changed, 9 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/64/65164/1

diff --git a/lib/api/vdsm-api.yml b/lib/api/vdsm-api.yml
index 9ebac7a..f6b9a18 100644
--- a/lib/api/vdsm-api.yml
+++ b/lib/api/vdsm-api.yml
@@ -2121,35 +2121,38 @@
         name: VmDiskDeviceIoTuneParams
         properties:
         -   defaultvalue: 0
-            description: Total throughput limit in bytes per
-                second.
+            description: Total throughput limit in bytes per second.
+                Value 0 means unlimited.
             name: total_bytes_sec
             type: uint
 
         -   defaultvalue: 0
-            description: Read throughput limit in bytes per
-                second.
+            description: Read throughput limit in bytes per second.
+                Value 0 means unlimited.
             name: read_bytes_sec
             type: uint
 
         -   defaultvalue: 0
-            description: Write throughput limit in bytes per
-                second.
+            description: Write throughput limit in bytes per second.
+                Value 0 means unlimited.
             name: write_bytes_sec
             type: uint
 
         -   defaultvalue: 0
             description: Total I/O operations limit per second.
+                Value 0 means unlimited.
             name: total_iops_sec
             type: uint
 
         -   defaultvalue: 0
             description: Read I/O operations limit per second.
+                Value 0 means unlimited.
             name: read_iops_sec
             type: uint
 
         -   defaultvalue: 0
             description: Write I/O operations limit per second.
+                Value 0 means unlimited.
             name: write_iops_sec
             type: uint
         type: object


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idb130c7182ba2d618a9618b324fa1537d616a966
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Andrej Krejcir <akrej...@redhat.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