summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miśkiewicz2016-08-09 08:08:26 (GMT)
committerArkadiusz Miśkiewicz2016-08-09 08:08:26 (GMT)
commitd067ef4fb9c06d46dd8d1487e309338d71900f1f (patch)
tree73c1710d1b3939791a4da4321d9365d94644af51
parenta00ab1abee023d115192afbdaf0e1f1e75d3c906 (diff)
downloadkernel-d067ef4fb9c06d46dd8d1487e309338d71900f1f.zip
kernel-d067ef4fb9c06d46dd8d1487e309338d71900f1f.tar.gz
- disable multiqueue by default; mq layer doesn't support I/O schedulers and lack of I/O schedulers harm rotational systems a lot. For systems that benefit from MQ and where MQ behaves better than default with I/O scheduler == noop there is a option to enable - scsi_mod.use_blk_mq=1)LINUX_4_6
-rw-r--r--kernel-multiarch.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index 0d855f9..d7a2457 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -2691,7 +2691,7 @@ MD_FAULTY all=m
MD_CLUSTER all=m
#- file drivers/md/bcache/Kconfig goes here
BLK_DEV_DM all=m
-DM_MQ_DEFAULT all=y
+DM_MQ_DEFAULT all=n
DM_DEBUG all=n
DM_DEBUG_BLOCK_STACK_TRACING all=n
#- file drivers/md/persistent-data/Kconfig goes here
@@ -6332,7 +6332,7 @@ RAID_ATTRS all=m
SCSI all=m
SCSI_DMA all=y
SCSI_NETLINK all=y
-SCSI_MQ_DEFAULT all=y
+SCSI_MQ_DEFAULT all=n
SCSI_PROC_FS all=y
#- SCSI support type (disk, tape, CD-ROM)
BLK_DEV_SD all=m