correctly set default scheduler to deadline
This commit is contained in:
parent
5ecce9d074
commit
e0f4973c76
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -235,7 +235,7 @@ PVE_CONFIG_OPTS= \
|
||||||
-e CONFIG_MEMCG_SWAP_ENABLED \
|
-e CONFIG_MEMCG_SWAP_ENABLED \
|
||||||
-e CONFIG_MEMCG_KMEM \
|
-e CONFIG_MEMCG_KMEM \
|
||||||
-d CONFIG_DEFAULT_CFQ \
|
-d CONFIG_DEFAULT_CFQ \
|
||||||
--set-str CONFIG_DEFAULT_IOSCHED deadline \
|
-e CONFIG_DEFAULT_DEADLINE \
|
||||||
-e CONFIG_MODVERSIONS \
|
-e CONFIG_MODVERSIONS \
|
||||||
-d CONFIG_DEFAULT_SECURITY_DAC \
|
-d CONFIG_DEFAULT_SECURITY_DAC \
|
||||||
-e CONFIG_DEFAULT_SECURITY_APPARMOR \
|
-e CONFIG_DEFAULT_SECURITY_APPARMOR \
|
||||||
|
|
Loading…
Reference in a new issue