You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's linked with the scheduler name on RHEL:
#### you need old key-world for switch on the scheduler
# FAIL
echo deadline-mq > /sys/block/sda/queue/scheduler
bash: echo: write error: Invalid argument
# OK
echo deadline > /sys/block/sda/queue/scheduler
#### but you needs new key-world for check the scheduler
cat /sys/block/sda/queue/scheduler
[mq-deadline] kyber bfq none
The text was updated successfully, but these errors were encountered:
Hi,
I try your class on RHEL-8 and get a problem - puppet applies scheduler on every run.
Puppet-code:
disk::scheduler { 'sda': scheduler => 'deadline' }
Puppet-run:
I think it's linked with the scheduler name on RHEL:
The text was updated successfully, but these errors were encountered: