!52 upgrade to 2.21.0
From: @SuperSix173 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224
This commit is contained in:
commit
1276bf4c08
@ -36,8 +36,8 @@ index 98c6b26..ebb3f7d 100644
|
|||||||
--- a/profiles/throughput-performance/tuned.conf
|
--- a/profiles/throughput-performance/tuned.conf
|
||||||
+++ b/profiles/throughput-performance/tuned.conf
|
+++ b/profiles/throughput-performance/tuned.conf
|
||||||
@@ -58,9 +58,31 @@ vm.dirty_background_ratio = 10
|
@@ -58,9 +58,31 @@ vm.dirty_background_ratio = 10
|
||||||
# and move them to swap cache
|
# on older kernels
|
||||||
vm.swappiness=10
|
net.core.somaxconn=>2048
|
||||||
|
|
||||||
+[scheduler]
|
+[scheduler]
|
||||||
+# ktune sysctl settings for rhel6 servers, maximizing i/o throughput
|
+# ktune sysctl settings for rhel6 servers, maximizing i/o throughput
|
||||||
|
|||||||
@ -69,9 +69,9 @@ index 979e40b..842e2bd 100644
|
|||||||
|
|
||||||
-cmd_isolcpus=${f:regex_search_ternary:${no_balance_cores}:\s*[0-9]: isolcpus=${no_balance_cores}:}
|
-cmd_isolcpus=${f:regex_search_ternary:${no_balance_cores}:\s*[0-9]: isolcpus=${no_balance_cores}:}
|
||||||
-
|
-
|
||||||
[sysctl]
|
[sysfs]
|
||||||
kernel.hung_task_timeout_secs = 600
|
/sys/bus/workqueue/devices/writeback/cpumask = ${not_isolated_cpumask}
|
||||||
kernel.nmi_watchdog = 0
|
/sys/devices/virtual/workqueue/cpumask = ${not_isolated_cpumask}
|
||||||
@@ -68,4 +66,4 @@ priority=10
|
@@ -68,4 +66,4 @@ priority=10
|
||||||
initrd_remove_dir=True
|
initrd_remove_dir=True
|
||||||
initrd_dst_img=tuned-initrd.img
|
initrd_dst_img=tuned-initrd.img
|
||||||
|
|||||||
Binary file not shown.
BIN
tuned-2.21.0.tar.gz
Normal file
BIN
tuned-2.21.0.tar.gz
Normal file
Binary file not shown.
33
tuned.spec
33
tuned.spec
@ -1,9 +1,9 @@
|
|||||||
Summary: A system tuning service for Linux
|
Summary: A system tuning service for Linux
|
||||||
Name: tuned
|
Name: tuned
|
||||||
Version: 2.19.0
|
Version: 2.21.0
|
||||||
Release: 5
|
Release: 1
|
||||||
License: GPLv2+
|
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/
|
URL: http://www.tuned-project.org/
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -246,6 +246,7 @@ fi
|
|||||||
%{_prefix}/lib/%{name}
|
%{_prefix}/lib/%{name}
|
||||||
|
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}/cpu-partitioning-variables.conf
|
%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) %{_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}/active_profile
|
||||||
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/profile_mode
|
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/profile_mode
|
||||||
@ -255,7 +256,7 @@ fi
|
|||||||
%{_libexecdir}/%{name}/defirqaffinity*
|
%{_libexecdir}/%{name}/defirqaffinity*
|
||||||
%{_libexecdir}/%{name}/pmqos-static*
|
%{_libexecdir}/%{name}/pmqos-static*
|
||||||
%{python3_sitelib}/%{name}
|
%{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
|
%verify(not size mtime md5) %{_sysconfdir}/modprobe.d/%{name}.conf
|
||||||
%{_tmpfilesdir}/%{name}.conf
|
%{_tmpfilesdir}/%{name}.conf
|
||||||
%{_unitdir}/%{name}.service
|
%{_unitdir}/%{name}.service
|
||||||
@ -293,6 +294,30 @@ fi
|
|||||||
%{_mandir}/man7/tuned-profiles-spectrumscale-ece.7*
|
%{_mandir}/man7/tuned-profiles-spectrumscale-ece.7*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 15 2023 hubin <hubin73@huawei.com> - 2.19.0-5
|
||||||
- tuned: add application plugin and process monitor for app-sensor profile
|
- tuned: add application plugin and process monitor for app-sensor profile
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user