From: Reindl Harald <h.reindl@thelounge.net>
To: linux-kernel@vger.kernel.org
Subject: Linux 7.2 regression - udev setting scheduler
Date: Fri, 11 Sep 2026 15:42:04 +0200 [thread overview]
Message-ID: <077dd42e-cbc9-4c23-a5ef-3d20e4fc7757@thelounge.net> (raw)
the rules are in place since at least 2019 and with 7.2 now fire errors
Sep 11 15:30:55 testserver (udev-worker)[321]: sdb:
/etc/udev/rules.d/80-mq-deadline.rules:1
ATTR{queue/scheduler}="mq-deadline": Failed to write "mq-deadline" to
sysfs attribute "queue/scheduler", ignoring: Device or resource busy
Sep 11 15:30:57 testserver (udev-worker)[462]: sdb:
/usr/lib/udev/rules.d/60-block-scheduler.rules:3
ATTR{queue/scheduler}="bfq": Failed to write "bfq" to sysfs attribute
"queue/scheduler", ignoring: Device or resource busy
Sep 11 15:30:57 testserver (udev-worker)[462]: sdb:
/etc/udev/rules.d/80-mq-deadline.rules:1
ATTR{queue/scheduler}="mq-deadline": Failed to write "mq-deadline" to
sysfs attribute "queue/scheduler", ignoring: Device or resource busy
[root@testserver:~]$ cat /etc/udev/rules.d/80-mq-deadline.rules
ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/scheduler}="mq-deadline"
[root@testserver:~]$ cat /usr/lib/udev/rules.d/60-block-scheduler.rules
ACTION=="add", SUBSYSTEM=="block", ENV{DEVTYPE}=="disk", \
KERNEL=="mmcblk*[0-9]|msblk*[0-9]|mspblk*[0-9]|sd*[!0-9]|sr*", \
ATTR{queue/scheduler}="bfq"
[root@testserver:~]$ uname -a
Linux testserver.rhsoft.net 7.2.4-200.fc44.x86_64 #1 SMP PREEMPT_DYNAMIC
Mon Sep 7 19:10:19 UTC 2026 x86_64 GNU/Linux
reply other threads:[~2026-09-11 13:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=077dd42e-cbc9-4c23-a5ef-3d20e4fc7757@thelounge.net \
--to=h.reindl@thelounge.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®