linux: Enable proper blkio controller support
Having BLK_CGROUP is not enough, you need BLK_DEV_THROTTLING or CFQ_GROUP_IOSCHED to do anything useful.
This commit is contained in:
parent
0b351e964e
commit
7856ba881a
@ -242,6 +242,8 @@ with stdenv.lib;
|
|||||||
CGROUP_MEM_RES_CTLR_SWAP y
|
CGROUP_MEM_RES_CTLR_SWAP y
|
||||||
''}
|
''}
|
||||||
DEVPTS_MULTIPLE_INSTANCES y
|
DEVPTS_MULTIPLE_INSTANCES y
|
||||||
|
BLK_DEV_THROTTLING y
|
||||||
|
CFQ_GROUP_IOSCHED y
|
||||||
|
|
||||||
# Enable staging drivers. These are somewhat experimental, but
|
# Enable staging drivers. These are somewhat experimental, but
|
||||||
# they generally don't hurt.
|
# they generally don't hurt.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user