!52 upgrade to 2.21.0

From: @SuperSix173 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
This commit is contained in:
openeuler-ci-bot 2024-01-27 01:47:25 +00:00 committed by Gitee
commit 1276bf4c08
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
5 changed files with 34 additions and 9 deletions

View File

@ -36,8 +36,8 @@ index 98c6b26..ebb3f7d 100644
--- a/profiles/throughput-performance/tuned.conf
+++ b/profiles/throughput-performance/tuned.conf
@@ -58,9 +58,31 @@ vm.dirty_background_ratio = 10
# and move them to swap cache
vm.swappiness=10
# on older kernels
net.core.somaxconn=>2048
+[scheduler]
+# ktune sysctl settings for rhel6 servers, maximizing i/o throughput

View File

@ -69,9 +69,9 @@ index 979e40b..842e2bd 100644
-cmd_isolcpus=${f:regex_search_ternary:${no_balance_cores}:\s*[0-9]: isolcpus=${no_balance_cores}:}
-
[sysctl]
kernel.hung_task_timeout_secs = 600
kernel.nmi_watchdog = 0
[sysfs]
/sys/bus/workqueue/devices/writeback/cpumask = ${not_isolated_cpumask}
/sys/devices/virtual/workqueue/cpumask = ${not_isolated_cpumask}
@@ -68,4 +66,4 @@ priority=10
initrd_remove_dir=True
initrd_dst_img=tuned-initrd.img

Binary file not shown.

BIN
tuned-2.21.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,9 +1,9 @@
Summary: A system tuning service for Linux
Name: tuned
Version: 2.19.0
Release: 5
Version: 2.21.0
Release: 1
License: GPLv2+
Source0: https://github.com/redhat-performance/%{name}/archive/v%{version}%{?prerel2}.tar.gz#/%{name}-%{version}%{?prerel2}.tar.gz
Source0: https://github.com/redhat-performance/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
URL: http://www.tuned-project.org/
BuildArch: noarch
@ -246,6 +246,7 @@ fi
%{_prefix}/lib/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/cpu-partitioning-variables.conf
%config(noreplace) %{_sysconfdir}/%{name}/cpu-partitioning-powersave-variables.conf
%config(noreplace) %{_sysconfdir}/%{name}/%{name}-main.conf
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/active_profile
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/profile_mode
@ -255,7 +256,7 @@ fi
%{_libexecdir}/%{name}/defirqaffinity*
%{_libexecdir}/%{name}/pmqos-static*
%{python3_sitelib}/%{name}
%{_sysconfdir}/dbus-1/system.d/com.redhat.%{name}.conf
%{_datadir}/dbus-1/system.d/com.redhat.%{name}.conf
%verify(not size mtime md5) %{_sysconfdir}/modprobe.d/%{name}.conf
%{_tmpfilesdir}/%{name}.conf
%{_unitdir}/%{name}.service
@ -293,6 +294,30 @@ fi
%{_mandir}/man7/tuned-profiles-spectrumscale-ece.7*
%changelog
* Thu Jan 25 2024 liuchao <liuchao173@huawei.com> - 2.21.0-1
- upgrade to 2.21.0:
- api: fixed stop method not to require any parameter
- plugin_scheduler: fix perf fd leaks
- allow skipping rollback when restarting TuneD or switching profile
- function_calc_isolated_cores: no errors for offline CPUs
- sap-hana: new profile sap-hana-kvm-guest
- serialized SIGHUP handler to prevent possible bootcmdline corruption
- fixed possible traceback on SIGHUP
- updated manual pages to be consistent
- tuned-adm: better error message for unauthorized switch_profile
- plugin_sysctl: report reapplied sysctls only on different values
- plugin_cpu: added support for pm_qos_resume_latency_us
- plugin_cpu: added support for intel_pstate scaling driver
- plugin_scheduler: do not leak FDs from the perf
- profiles: new cpu-partitioning-powersave profile
- profiles: new profile for AWS EC2
- throughput-performance: set net.core.somaxconn to at least 2048
- API: added support for moving devices between instances
- added support for the API access through the Unix Domain Socket
- D-Bus: send tracebacks through D-Bus only in debug mode
- Makefile: added fix for python-3.12
- do not exit on duplicate config lines
* Sat Jul 15 2023 hubin <hubin73@huawei.com> - 2.19.0-5
- tuned: add application plugin and process monitor for app-sensor profile