Jaroslav Škarvada
Jaroslav Škarvada
@RHEmployee the test is failing, could you fix it?
AFAIK there is currently no support for this in the TuneD engine, but we would definitely accept related PRs. It sounds like useful feature. As a workaround if you want...
I think if we want to handle this, we should detect the wrong library at the import and log error or warning that it's incompatible library.
I think this could be improved. It now doesn't wait for the result and just restarts the service. I think it could wait for the DBus signal a display the...
> There is another solution that would work even without DBus, but I'm not sure whether it wouldn't cause problems elsewhere - when TuneD starts without any profile successfully applied,...
Probably got it, but the `tuned-adm profile` should still wait for the D-Bus `profile_changed` signal, because without the `--async` option it normally returns after the profile is applied. With the...
/packit build
Hi @adriaan42 this is interesting RFE. > Open questions > > * What happens to the irq affinity feature of the `scheduler` plugin? For backwards-compatibility I guess we'll need to...
Please fix centos-7 CI failures. We are going to drop python 2.7 support once RHEL-7 is retired. ``` ... Compiling /builddir/build/BUILDROOT/tuned-2.21.0-1.20240118103851136139.pr580.33.ga7d8364.el7.x86_64/usr/lib/python2.7/site-packages/tuned/plugins/plugin_irq.py ... File "/usr/lib/python2.7/site-packages/tuned/plugins/plugin_irq.py", line 33 log.info(f"_instance_init({instance.name})") ^ SyntaxError: invalid...
For better backward compatibility I would drop 7799dd2b4bafcbc23f677145ef5f9266ec5657df and rely on fix from the https://issues.redhat.com/browse/RHEL-21923 and would just change the TuneD profiles where needed.