From a87d1bbaa1a99385428dd08ae50d170be63e3e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 19 Apr 2022 13:26:58 +0200 Subject: [PATCH] docs: Fix the name of the I/O operations knobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The I/O operations knobs are prefixed `ops_` rather than `bw_`, as `bw_` refers to the "bandwidth" knobs. Signed-off-by: Fabiano FidĂȘncio --- docs/io_throttling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/io_throttling.md b/docs/io_throttling.md index 16ec7a7dd..5992939f7 100644 --- a/docs/io_throttling.md +++ b/docs/io_throttling.md @@ -24,8 +24,8 @@ bucket is unbounded in speed which allows for bursts bound in size by the amount of tokens available. Once the token bucket is empty, consumption speed is bound by the "refill-rate". Similarly, Cloud Hypervisor provides another three options for limiting I/O operations, -i.e., `ops_size` (I/O operations), `bw_one_time_burst` (I/O operations), -and `bw_refill_time` (ms). +i.e., `ops_size` (I/O operations), `ops_one_time_burst` (I/O operations), +and `ops_refill_time` (ms). One caveat in the I/O throttling is that every-time the bucket gets empty, it will stop I/O operations for a fixed amount of time