]> Git Repo - qemu.git/blobdiff - docs/throttle.txt
qmp, hmp: make subsystem/system-vendor identities optional
[qemu.git] / docs / throttle.txt
index 26d4d5107f28091f056ec20b21818c515400c2c0..cd4e109d393245459ca5aa0a56b8d396ed624040 100644 (file)
@@ -235,7 +235,10 @@ consider the following values:
   - Water leaks from the bucket at a rate of 100 IOPS.
   - Water can be added to the bucket at a rate of 2000 IOPS.
   - The size of the bucket is 2000 x 60 = 120000
-  - If 'iops-total-max' is unset then the bucket size is 100 x 60.
+  - If 'iops-total-max-length' is unset then it defaults to 1 and the
+    size of the bucket is 2000.
+  - If 'iops-total-max' is unset then 'iops-total-max-length' must be
+    unset as well. In this case the bucket size is 100.
 
 The bucket is initially empty, therefore water can be added until it's
 full at a rate of 2000 IOPS (the burst rate). Once the bucket is full
This page took 0.023197 seconds and 4 git commands to generate.