Warning message

This translation is outdated. For the most up-to-date information, please refer to the English version.

RHEL 7.1 の virtio ディスク /dev/vda に対して IO スケジューラーを変更することができない

Solution Verified - Updated -

Issue

  • RHEL 7.1 で、virtio ディスク /dev/vda の IO スケジューラーを変更することができません。/sys/block/vda/queue/scheduler ファイルはスケジューラーに対して noneとしか示さず、IO スケジューラー (つまり deadlinecfq、または noop) を選択することができません。

    [root@testsystem ~]# cat /sys/block/vda/queue/scheduler
    none
    
    [root@testsystem ~]# echo noop > /sys/block/vda/queue/scheduler
    [root@testsystem ~]# cat /sys/block/vda/queue/scheduler
    none
    
    [root@testsystem ~]# echo noop > /sys/block/vda/queue/scheduler
    [root@testsystem ~]# cat /sys/block/vda/queue/scheduler
    none
    

    /sys/block/vda/queue/scheduler では none しか表示されないのはなぜですか?

Environment

  • Red Hat Enterprise Linux 7.1

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.