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:
Eelco Dolstra 2013-09-17 16:00:36 +02:00
parent 0b351e964e
commit 7856ba881a

View file

@ -242,6 +242,8 @@ with stdenv.lib;
CGROUP_MEM_RES_CTLR_SWAP y
''}
DEVPTS_MULTIPLE_INSTANCES y
BLK_DEV_THROTTLING y
CFQ_GROUP_IOSCHED y
# Enable staging drivers. These are somewhat experimental, but
# they generally don't hurt.