downgrade to 2.20.0 to match the 24.03 LTS's minimum set of core packages
Signed-off-by: SuperSix173 <liuchao173@huawei.com>
This commit is contained in:
parent
1276bf4c08
commit
ae534e0df1
@ -69,9 +69,9 @@ index 979e40b..842e2bd 100644
|
||||
|
||||
-cmd_isolcpus=${f:regex_search_ternary:${no_balance_cores}:\s*[0-9]: isolcpus=${no_balance_cores}:}
|
||||
-
|
||||
[sysfs]
|
||||
/sys/bus/workqueue/devices/writeback/cpumask = ${not_isolated_cpumask}
|
||||
/sys/devices/virtual/workqueue/cpumask = ${not_isolated_cpumask}
|
||||
[sysctl]
|
||||
kernel.hung_task_timeout_secs = 600
|
||||
kernel.nmi_watchdog = 0
|
||||
@@ -68,4 +66,4 @@ priority=10
|
||||
initrd_remove_dir=True
|
||||
initrd_dst_img=tuned-initrd.img
|
||||
|
||||
BIN
tuned-2.20.0.tar.gz
Normal file
BIN
tuned-2.20.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
Summary: A system tuning service for Linux
|
||||
Name: tuned
|
||||
Version: 2.21.0
|
||||
Version: 2.20.0
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Source0: https://github.com/redhat-performance/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
@ -256,7 +256,7 @@ fi
|
||||
%{_libexecdir}/%{name}/defirqaffinity*
|
||||
%{_libexecdir}/%{name}/pmqos-static*
|
||||
%{python3_sitelib}/%{name}
|
||||
%{_datadir}/dbus-1/system.d/com.redhat.%{name}.conf
|
||||
%{_sysconfdir}/dbus-1/system.d/com.redhat.%{name}.conf
|
||||
%verify(not size mtime md5) %{_sysconfdir}/modprobe.d/%{name}.conf
|
||||
%{_tmpfilesdir}/%{name}.conf
|
||||
%{_unitdir}/%{name}.service
|
||||
@ -294,6 +294,9 @@ fi
|
||||
%{_mandir}/man7/tuned-profiles-spectrumscale-ece.7*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 27 2024 liuchao <liuchao173@huawei.com> - 2.20.0-1
|
||||
- downgrade to 2.20.0 to match the 24.03 LTS's minimum set of core packages
|
||||
|
||||
* 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user