小编Lev*_*ike的帖子

在 CentOS 7 中,有没有办法指定应该使用调度程序(或电梯)调整哪些块设备?

在 CentOS 6 中,有/etc/tune-profiles/my-server/ktune.sysconfig这样的文字(我指的是解释代码正在做什么的注释):

# This is the I/O scheduler ktune will use.  This will *not* override anything
# explicitly set on the kernel command line, nor will it change the scheduler
# for any block device that is using a non-default scheduler when ktune starts.
# You should probably leave this on "deadline", but "as", "cfq", and "noop" are
# also legal values.  Comment this out to prevent ktune from changing I/O
# scheduler settings.
ELEVATOR="deadline"

# …
Run Code Online (Sandbox Code Playgroud)

linux block scheduler grub2 block-device

2
推荐指数
1
解决办法
495
查看次数

标签 统计

block ×1

block-device ×1

grub2 ×1

linux ×1

scheduler ×1