!53 downgrade to 2.20.0 to match the 24.03 LTS's minimum set of core packages
From: @SuperSix173 Reviewed-by: @wangbin224 Signed-off-by: @wangbin224
This commit is contained in:
commit
ecf61a6769
@ -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}:}
|
||||||
-
|
-
|
||||||
[sysfs]
|
[sysctl]
|
||||||
/sys/bus/workqueue/devices/writeback/cpumask = ${not_isolated_cpumask}
|
kernel.hung_task_timeout_secs = 600
|
||||||
/sys/devices/virtual/workqueue/cpumask = ${not_isolated_cpumask}
|
kernel.nmi_watchdog = 0
|
||||||
@@ -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
|
||||||
|
|||||||
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
|
Summary: A system tuning service for Linux
|
||||||
Name: tuned
|
Name: tuned
|
||||||
Version: 2.21.0
|
Version: 2.20.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Source0: https://github.com/redhat-performance/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
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}/defirqaffinity*
|
||||||
%{_libexecdir}/%{name}/pmqos-static*
|
%{_libexecdir}/%{name}/pmqos-static*
|
||||||
%{python3_sitelib}/%{name}
|
%{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
|
%verify(not size mtime md5) %{_sysconfdir}/modprobe.d/%{name}.conf
|
||||||
%{_tmpfilesdir}/%{name}.conf
|
%{_tmpfilesdir}/%{name}.conf
|
||||||
%{_unitdir}/%{name}.service
|
%{_unitdir}/%{name}.service
|
||||||
@ -294,6 +294,9 @@ fi
|
|||||||
%{_mandir}/man7/tuned-profiles-spectrumscale-ece.7*
|
%{_mandir}/man7/tuned-profiles-spectrumscale-ece.7*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 25 2024 liuchao <liuchao173@huawei.com> - 2.21.0-1
|
||||||
- upgrade to 2.21.0:
|
- upgrade to 2.21.0:
|
||||||
- api: fixed stop method not to require any parameter
|
- api: fixed stop method not to require any parameter
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user