CentOS 8ですべてのコアのIOポリシーをnoopに変更するには?

CentOS 8ですべてのコアのIOポリシーをnoopに変更するには?

すべてのカーネルバージョンのすべての仮想マシンのIOポリシーをnoopに変更したいと思います。 (今後のアップデート版が出ても同様です。)

cat /sys/block/sda/queue/scheduler 
Output as follow
[mq-deadline] kyber bfq none

grubby --update-kernel=ALL --args="elevator=noop"
reboot

Even after applying the following command also, policy was not updated. 

"[mq-deadline] kyber bfq none"

また、次のコマンドを試しました。

Modified the /etc/default/grub with elevator=noop
and ran the command  grub2-mkconfig

Centos 8のIOポリシーはまだ更新されていません。

CentOS 8でIOポリシーをnoopに更新する方法は?

ベストアンサー1

有効な解決策は次のとおりです。

最新のカーネルにはもう存在しません。代わりに「なし」を使用してください。

詳細は:https://forums.centos.org/viewtopic.php?f=54&t=75002

おすすめ記事