99-gce.rules attempts to set 'noop' scheduler, which isn't available in 5.x kernel
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gce-compute-image-packages (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
"GCE request" seems to indicate a preference for the 'noop' scheduler, but w/ a recently created GCE instance using the Ubuntu18 image & 5.3.0-1029-gcp kernel, noop is not an available option (only 'none' and 'mq-deadline' are available). Apparently 5.0 kernels no longer support non-multiqueue I/O schedulers (https:/
## cat /sys/block/
[none] mq-deadline
## cat /lib/udev/
# Give syslog write access to the kernel logs
KERNEL=="console", GROUP="syslog", MODE="0620"
# Switch to using NOOP as the default scheduler per GCE request
SUBSYSTEM=="block", ENV{DEVTYPE}
summary: |
99-gce.rules attempts to set 'noop' scheduler, which isn't available in - Ubuntu18 + 5.x kernel |
Status changed to 'Confirmed' because the bug affects multiple users.