tuned/_service

23 lines
834 B
Plaintext
Raw Permalink Normal View History

<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/redhat-performance/tuned</param>
Accepting request 1146010 from home:trenn:branches:Base:System - Update to version 2.22.0-rc.1.0+git.ad314ee: * new release (2.22.0-rc.1) * Add missing install command for tuned-ppd.py * Fixes for intel uncore plugin * Add intel uncore plugin * scheduler: add option for ignoring IRQs affinity * Configure the PPD-to-TuneD daemon to work as a replacement of PPD * Implement the PPD-to-TuneD daemon * Make DBusExporter reusable for other services * Do not report errors on systems with no wifi * Add an ACPI plugin * plugin_cpu: Support cstate settings of `pm_qos_resume_latency_us` * Skip calling rpm-ostree kargs in no-op case * Expand sysctl plugin options when reporting overrides * profiles: add energy_performance_preference hints to profiles * hotplug: do not report ENOENT errors on device remove * profiles: Improve 'isolated_cores=' help text * Be explicit about amd-pstate support * Fixed REs escape sequences not to trigger SyntaxWarning * sap-hana-kvm-guest: fix whitespaces * Fix TextView to expand with window - Update to version 2.21.0.17+git.5d3b469: * Add API functions to retrieve active instances and their devices * Add a tuned-adm command for moving devices between plugin instances * Add support for sysctl names with slash * Make all functions in plugin_sysctl.py methods of SysctlPlugin * RHEL-3689: Print all arguments of failing command in err_msg * style: fix inconsistent whitespace in plugin_cpu.py * Return 0 when ksm services do not exist OBS-URL: https://build.opensuse.org/request/show/1146010 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=99
2024-02-11 20:28:12 +01:00
<!--
Use this for non rc candidates, -rc is not allowed (by darix)
<param name="revision">v1.99.0rc1</param>
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
<param name="versionrewrite-replacement">\1~\2</param>
Accepting request 1045525 from home:trenn:branches:Base:System - Update to version 2.19.0.29+git.b894a3e: * Fix for catching exceptions in profile loader. * Add new cpu-partitioning-powersave profile * Add CodeQL workflow for GitHub code scanning * Fixed sysvinit path * systemd: relax polkit requirement * realtime-virtual-*: Tune priority of new ktimers threads * hpc-compute profile: Remove vm.hugepages_treat_as_movable * fix spelling error * Profile openshift: increase fs.aio-max-nr tunable * new release (2.19.0) * packit: s/synced_files/files_to_sync/ * packit: metadata field is no longer needed * packit: build SRPM in Copr * profiles: drop sched_ tuning from openshift-control-plane * new release (2.19.0-rc.1) * builtin functions: added calc_isolated_cores function * spec: dropped weak deps where not needed * Update tuned-adm.bash * TuneD plug-in documentation. * Adding mtu command to net plugin * openshift profile: tuning for NVMe devices * Add version/help command automatic complete * Do not hardcode disk name in tuned initrd path. * bootloader: cmdline parser change and fixed escaping * Fix in polkit authorization. * realtime: Set tsc as 'reliable' * recommend: do not ignore syspurpose_role if there is no syspurpose * Fixing arguments in disk plugin method * Default delimiters causing errors in some specific situations, inline comments OBS-URL: https://build.opensuse.org/request/show/1045525 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=87
2022-12-30 21:20:50 +01:00
-->
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
</services>