| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: tuned-utils | Distribution: SUSE Linux Enterprise 15 |
| Version: 2.10.0 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150400.19.10 | Build date: Sun May 8 00:37:16 2022 |
| Group: System/Base | Build host: sheep94 |
| Size: 28954 | Source RPM: tuned-2.10.0-150400.19.10.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/redhat-performance/tuned | |
| Summary: Disk and net statistic monitoring systemtap scripts | |
This package contains utilities that can help you to fine tune your system and manage tuned profiles.
GPL-2.0-or-later
* Fri Sep 17 2021 trenn@suse.de
- plugin_script: Execute all scripts regardless of errors
found by review for SLE 15 SP4 (jsc#SLE-20335)
A plugin_script-Execute-all-scripts-regardless-of-errors.patch
* Fri Oct 11 2019 trenn@suse.de
- Exclude leftover config file (bsc#1153341):
/etc/tuned/sap-hana-vmware-variables.conf
which is part of sap-hana-vmware-variables profile, which got
explicitly excluded recently
* Tue Mar 12 2019 trenn@suse.de
Added mainline git commit of with proper header:
A balanced_added_explicit_priority_to_CPU_plugin_instance.patch
D tuned_differ_x86_and_other_archs_in_cpu_plugin.patch
Fix backtrace/exit when log file gets rotated (bsc#bsc#1126609):
log_initialize_explicitly_with_int.patch
Added mainline git commit bug fixes found by review:
A conservative_governor_may_be_compiled_as_module_and_needs_explicit_loading.patch
A fix_check_in_add_and_remove_device_methods_of_monitor_class.patch
A fix_unit_configuration_reading.patch
A increase_log_file_size.patch
A log_full_stack_trace_of_unhandled_exceptions_as_an_error.patch
A plugin_disk_fix_checking_removable_attribute_on_python3.patch
A plugin_disk_fix_plug_in_out_problem.patch
A reload_profile_configuration_on_SIGHUP.patch
A s2kb_fixed_to_be_compatible_with_python3.patch
A tuned_differ_x86_and_other_archs_in_cpu_plugin_mainline.patch
* Wed Jan 16 2019 trenn@suse.de
- Differ archs and x86 CPU vendors to avoid wrong warning about a
missing intel tool (x86_energy_perf_bias)
- Remember arch and x86 CPU vendor to allow arch/vendor specific
CPU tunings in the future (fate#326694)
A tuned_differ_x86_and_other_archs_in_cpu_plugin.patch
- Require virt-what to be able to detect whether it is running
on a virtual machine
* Fri Jan 11 2019 trenn@suse.de
- Update to latest git head commit 26db89de18efad1b4536
including quite some mainline fixes
- tuned needs polkit daemon running
* Thu Jan 03 2019 trenn@suse.de
- Remove sap subpackages entirely for SLE and Leap products.
These conflict with possible other SLE optimized sap subpackages
(bnc#1064832).
- Create systemd tmpfiles correctly for different releases again.
* Tue Dec 25 2018 9+suse@cirno.systems
- Add missing dependency on python3-linux-procfs
* Thu Nov 22 2018 trenn@suse.de
- Go for 2.10.0 full version in _service (even this is rc1)
bsc#1071436
Latest included git commit:
commit 3722b151920dc20735dc15cbd45aed7b573fdfc2
Date: Wed Nov 21 14:21:32 2018 +0100
Still keep the old git version parameter commented out, maybe
I need this again.
- Since cpupower also has perf_bias binary, the cpupower call to
switch this has been reverted to lower maintenance overhead
D check_for_cpupower.patch
D use-cpupower-for-intel-perf-bias.patch
- Update to version 2.10.0:
* Add range feature for cpu exclusion
* Disable KSM only once, re-enable it only on full rollback
* Add log message for unsupported parameters in plugin_net
* Add missing feature parameters aliases to plugin_net
* Make virtual-host identical to latency-performance
* Fri Apr 06 2018 tchvatal@suse.com
- Reintroduce the _service file as we must use git head in order to
get all the python3 fixes in
- Update to version 2.9.0+git20180328.d25e8b8:
* makefile: dropped KVM unit tests, now provided by standalone package
* sysctl: support assignment modifiers as other plugins do
* spec: used weak deps for tuned-profiles-nfv-host-bin
* Added requires to tuned-profiles-nfv-host-bin
* Dropped tuned-profiles-nfv-host-bin subpackage
* tuned: Add readahead comment to throughput-performance tuned.conf
* oracle: fixed ip_local_port_range parity warning
* Consistently use 'balance' instead of 'rebalance' in cpu-partitioning
- Rebase check_for_cpupower.patch to apply cleanly again
* Fri Apr 06 2018 tchvatal@suse.com
- Version update to 2.9.0:
* python3 porting start
* various small fixes
- Drop patches merged upstream:
* fix-desktop-category.patch
* remove-unnecessary-shebangs.patch
* fix-glade-file-permission.patch
- Switch to autopatch from calling all individual patchlines
* Fri Apr 06 2018 tchvatal@suse.com
- Switch to python3 and format with spec-cleaner
* Fri Apr 06 2018 tchvatal@suse.com
- Switch to normal url fetching, there is no actual reason to run
service in order to generate the versioned tarballs
* Fri Feb 16 2018 dimstar@opensuse.org
- Own %{_sysconfdir}/dbus-1/system.d and %{_sysconfdir}/dbus-1: in
the past systemd happened to install things there and 'own' the
directory for us, but that was just a coincidence.
- Replace systemd BuildRequires with pkgconfig(systemd), allowing
OBS to pick systemd-mini for the build.
* Thu Nov 16 2017 jloeser@suse.com
- check for `cpupower` binary and set attribute correctly (bsc#1055070)
- added patch:
* check_for_cpupower.patch
* Fri Jul 07 2017 fschnizlein@suse.com
- Update to version 2.8.0:
* builtin functions: parser not traceback if func expands to empty string
* systemd: added support for older systemd CPUAffinity syntax
* scheduler: do not traceback if process dissapears during enumeration
* scheduler: fix more python-linux-procfs tracebacks
* plugin_net: Fix invocation of execute()
* cpu-partitioning: use tuna for cores isolation
* builtin functions: add strip
* bootloader: workaround for adding tuned_initrd to new kernels on restart
* new release (2.8.0)
+ Add Patch: Fix category in desktop file for tuned-gui (fix-desktop-category.patch)
+ Add Patch: Remove unnecessary shebangs (remove-unnecessary-shebangs.patch)
+ Add Patch: Fix file permission for glade file (fix-glade-file-permission.patch)
+ Add rpmlintrc to silence unnecessary warnings
+ Remove Patch: tuned-2.4.0-use_cpupower_for_intel_perf_bias.patch
= Modified Patches to apply with 2.8.0:
- fix-allow-receive_sender-default.patch
- use-cpupower-for-intel-perf-bias.patch
* Sun Jan 17 2016 mpluskal@suse.com
- Update to 2.6.0
* plugin_cpu: do not show error if cpupower or
x86_energy_perf_policy are missing
* plugin_sysctl: fixed quoting of sysctl values
* tuned-adm: added log file location hint to verify command output
* libexec: fixed listdir and isdir in defirqaffinity.py
* plugin_cpu: save and restore only intel pstate attributes that
were changed
* functions: fixed sysfs save to work with options
* plugins: added scsi_host plugin
* tuned-adm: fixed restart attempt if tuned is not running
* spec: fixed post scriptlet to work without grub
* tuned-profiles-nfv: fix find-lapictscdeadline-optimal.sh for
CPUS where ns > 6500
* functions: fixed restore_logs_syncing to preserve SELinux
context on rsyslog.conf
* realtime: set unboud workqueues cpumask
* spec: correctly remove tuned footprint from /etc/default/grub
* gui: fixed creation of new profile
* profiles: removed nohz_full from the realtime profile
* profiles: Added nohz_full and nohz=on to realtime guest/host
profiles
* profiles: fixed lapic_timer_adv_ns cache
* plugin_sysctl: pass verification even if the option doesn't
exist
* added support for 'summary' and 'description' of profiles,
extended D-Bus API for better Cockpit support
* Tue Sep 29 2015 mpluskal@suse.com
- Fix build for openSUSE Leap (lack of tmpfiles.d macro)
* Mon Aug 17 2015 mpluskal@suse.com
- Update to 2.5.1
* plugin_scheduler: work with nohz_full (rhbz#1247184)
* fixed realtime-virtual-guest/host profiles packaged twice
(rhbz#1249028)
* fixed requirements of realtime and nfv profiles
* fixed tuned-gui not starting (boo#937647)
* various other minor fixes
* Tue Jul 14 2015 mpluskal@suse.com
- tuned-2.4.0-use_cpupower_for_intel_perf_bias.patch
* fixed indentation and tabs usage
* Sun Jul 12 2015 mpluskal@suse.com
- Update to 2.5.0
* add tuned-adm verify command for verification if all settings
from profile was applied (rhbz#1212836)
* add variables support to profiles / scripts (rhbz#1225124)
* add support for calling built-in functions when expanding
variables, built-in functions can be provided by function
plugins, add some built-in functions for unit conversion
(rhbz#1225135)
* add support for no daemon mode (rhbz#1068663)
* add oracle tuned profile (rhbz#1196298)
* add tuned profile for RHEL-RT (rhbz#1228801)
* add tuned profiles for RHEL-NFV (rhbz#1228803)
* plugin_scheduler: added support for runtime tuning of
processes using perf (rhbz#1148546)
* plugin_sysfs: add glob support (rhbz#1212831)
* plugin_net: add support for ethtool -C (rhbz#1152539)
* plugin_net: add support for ethtool -K (rhbz#1152541)
* plugin_bootloader: add support for calculation of values for
the kernel command line (rhbz#1191595)
* tuned-adm: fix bash completions (rhbz#1207668)
* plugin_bootloader: do not install tuned kernel command line to
rescue kernels (rhbz#1223864)
* add support for changing elevators on xvd* devices
(Amazon EC2) (rhbz#1170152)
* do not change settings of transparent hugepages if set in
kernel cmdline (rhbz#1189868
- Rebase patch:
* tuned-2.4.0-use_cpupower_for_intel_perf_bias.patch
- Drop patch included in upstream
* tuned-powertop2tuned-fix-KeyError-on-id-attribute.patch
- Fix some rpmlint warnings
* ghost rundif
* create tpmfiles in post using proper macro
- Small cleanups using spec-cleaner
* Fri Jul 10 2015 bwiedemann@suse.com
- fix syntax (bnc#937647)
* Mon Jan 05 2015 p.drouand@gmail.com
- Add tuned-powertop2tuned-fix-KeyError-on-id-attribute.patch;
fix bnc#888599
* Fri Oct 17 2014 oholecek@suse.com
- Update to version 2.4.1
+ plugin_disk: set_spindown and set_APM made independent (rhbz#976725)
+ plugin_bootloader: added check for grub2 (rhbz#1150047)
+ tuned-adm: fixed traceback on "tuned-adm list" (rhbz#1149162)
+ plugin_bootloader: 00_tuned do not return error if there is no cmdline (rhbz#1151768, bsc#901180)
+ fixed polkit configuration
- Remove tuned-2.4.0-polkit-tuned-gui-path.patch
/usr/bin/powertop2tuned /usr/share/licenses/tuned-utils /usr/share/licenses/tuned-utils/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 15:40:38 2026