mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Add optional CONFIG_BLK_CGROUP and CONFIG_IOSCHED_CFQ to check-config.sh
It is needed for blkio.weight support Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
@@ -184,6 +184,8 @@ echo 'Optional Features:'
|
||||
}
|
||||
flags=(
|
||||
RESOURCE_COUNTERS
|
||||
BLK_CGROUP
|
||||
IOSCHED_CFQ
|
||||
CGROUP_PERF
|
||||
CFS_BANDWIDTH
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user