https://bugzilla.kernel.org/show_bug.cgi?id=219166 --- Comment #8 from Richard W.M. Jones (rjones@xxxxxxxxxx) --- > while true; do echo noop > /sys/block/sda/queue/scheduler 2>/dev/null ; done Should be: while true; do echo noop > /sys/block/vda/queue/scheduler 2>/dev/null ; done as the guest is using virtio. (Copied and pasted the instructions from my host test, but I did use the correct command in the VM test.) -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.