]> git.ipfire.org Git - thirdparty/systemd.git/commit - NEWS
cgroup: Also set io.bfq.weight
authorKai Krakow <kai@kaishome.de>
Sat, 17 Aug 2019 00:33:43 +0000 (02:33 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 20 Aug 2019 09:50:59 +0000 (11:50 +0200)
commit2dbc45aea747f25cc1c3848fded2ec0062f96bcf
tree9f78764feb07e943d795bd10b3ce42f68ce96c4d
parent06e93130b4045db1c75f8de506d2447642de74cf
cgroup: Also set io.bfq.weight

Current kernels with BFQ scheduler do not yet set their IO weight
through "io.weight" but through "io.bfq.weight" (using a slightly
different interface supporting only default weights, not per-device
weights). This commit enables "IOWeight=" to just to that.

This patch may be dropped at some time later.

Link: https://github.com/systemd/systemd/issues/7057
Signed-off-by: Kai Krakow <kai@kaishome.de>
NEWS
src/core/cgroup.c