On Wed, Jan 14, 2026 at 07:08:37PM +0800, Tang Yizhou [off-list ref] wrote:
From: Tang Yizhou <redacted>
The current text states that peers with a lower latency target are
throttled, which is the opposite of the actual behavior. In fact,
blk-iolatency throttles peer groups with a higher latency target in order
to protect the more latency-sensitive group.
In addition, peer groups without a configured latency target are also
throttled, as they are treated as lower priority compared to groups with
explicit latency requirements.
Update the documentation to reflect the correct throttling behavior.
Signed-off-by: Tang Yizhou <redacted>
---
Documentation/admin-guide/cgroup-v2.rst | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Not a big deal but it could've been confusing.
Acked-by: Michal Koutný <mkoutny@suse.com>