Unable to change IO scheduler for virtio disk /dev/vda in RHEL 7.1

Solution Verified - Updated -

Issue

  • Unable to change IO scheduler for virtio disk /dev/vda in RHEL 7.1 The /sys/block/vda/queue/scheduler file shows none for scheduler and does not allow to select any of the IO schedulers viz. deadline, cfq, or 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 deadline > /sys/block/vda/queue/scheduler
    [root@testsystem ~]# cat /sys/block/vda/queue/scheduler
    none
    

    Why does /sys/block/vda/queue/scheduler only show one"?

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.