Accepting request 354264 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/354264 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tuned?expand=0&rev=12
This commit is contained in:
commit
1c747c0a39
@ -1,7 +1,7 @@
|
||||
Index: tuned-2.5.1/dbus.conf
|
||||
Index: tuned-2.6.0/dbus.conf
|
||||
===================================================================
|
||||
--- tuned-2.5.1.orig/dbus.conf
|
||||
+++ tuned-2.5.1/dbus.conf
|
||||
--- tuned-2.6.0.orig/dbus.conf
|
||||
+++ tuned-2.6.0/dbus.conf
|
||||
@@ -9,7 +9,6 @@
|
||||
<busconfig>
|
||||
<policy context="default">
|
||||
|
@ -1,8 +1,8 @@
|
||||
Index: tuned-2.5.1/tuned/plugins/plugin_cpu.py
|
||||
Index: tuned-2.6.0/tuned/plugins/plugin_cpu.py
|
||||
===================================================================
|
||||
--- tuned-2.5.1.orig/tuned/plugins/plugin_cpu.py
|
||||
+++ tuned-2.5.1/tuned/plugins/plugin_cpu.py
|
||||
@@ -108,7 +108,8 @@ class CPULatencyPlugin(base.Plugin):
|
||||
--- tuned-2.6.0.orig/tuned/plugins/plugin_cpu.py
|
||||
+++ tuned-2.6.0/tuned/plugins/plugin_cpu.py
|
||||
@@ -109,7 +109,8 @@ class CPULatencyPlugin(base.Plugin):
|
||||
# Check for cpupower, use workaround if not available
|
||||
self._check_cpupower()
|
||||
# Check for x86_energy_perf_policy, ignore if not available / supported
|
||||
@ -12,7 +12,7 @@ Index: tuned-2.5.1/tuned/plugins/plugin_cpu.py
|
||||
# Check for intel_pstate
|
||||
self._check_intel_pstate()
|
||||
else:
|
||||
@@ -234,7 +235,17 @@ class CPULatencyPlugin(base.Plugin):
|
||||
@@ -237,7 +238,17 @@ class CPULatencyPlugin(base.Plugin):
|
||||
if not self._is_cpu_online(device):
|
||||
log.debug("%s is not online, skipping" % device)
|
||||
return None
|
||||
@ -31,7 +31,7 @@ Index: tuned-2.5.1/tuned/plugins/plugin_cpu.py
|
||||
if not sim:
|
||||
cpu_id = device.lstrip("cpu")
|
||||
log.info("setting energy_perf_bias '%s' on cpu '%s'" % (energy_perf_bias, device))
|
||||
@@ -262,14 +273,21 @@ class CPULatencyPlugin(base.Plugin):
|
||||
@@ -265,14 +276,21 @@ class CPULatencyPlugin(base.Plugin):
|
||||
if not self._is_cpu_online(device):
|
||||
log.debug("%s is not online, skipping" % device)
|
||||
return None
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7eccf1d0807e8e0774e7969f9dbe5173cd85b2449f1f259a3b31ecb022cfbe88
|
||||
size 96319
|
3
tuned-2.6.0.tar.bz2
Normal file
3
tuned-2.6.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:945c785b8020960d2665b570b3168c366e6b82399801952aea54b4d178dac876
|
||||
size 98362
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 17 09:21:58 UTC 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 12:41:36 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tuned
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{!?_tmpfilesdir:%global _tmpfilesdir %{_libexecdir}/tmpfiles.d}
|
||||
Name: tuned
|
||||
Version: 2.5.1
|
||||
Version: 2.6.0
|
||||
Release: 0
|
||||
Summary: A dynamic adaptive system tuning daemon
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user