Jaroslav Škarvada

Results 257 comments of Jaroslav Škarvada

> 1) WARNING tuned.plugins.plugin_cpu: unable to run x86_energy_perf_policy tool, ignoring CPU energy performance bias, is the tool installed? Is the ' x86_energy_perf_policy' tool installed? It's usually in the kernel-tools package...

> 1) Sorry, which tools need to be installed?? I am on Ubuntu 22.04.4. > Probably `linux-tools-common` as from: https://packages.ubuntu.com/jammy/all/linux-tools-common/filelist > 2) Attached is the output of the command you...

Version bump and rebuilt of the Ubuntu package should probably work as with other Ubuntu packages. Or rebuilt of the TuneD package from the newer Ubuntu version. Instructions how to...

E.g.: https://help.ubuntu.com/community/UpdatingADeb But I cannot test the instructions.

Thanks. I think the change makes sense, but I am afraid it will break several Beaker functionality tests that use loop devices to safely test disk plugin features. That's why...

> Thanks. I think the change makes sense, but I am afraid it will break several Beaker functionality tests that use loop devices to safely test disk plugin features. That's...

This is not supported, each device can be handled by max one instance, you can set it e.g.: ``` [disk-powersave] type=disk devices=sda,sdb,sdc apm=255 [disk-powersave-spindown] type=disk devices=sdd apm=255 spindown=0 ``` In...