From d2c170a42e2c823f3c67c609fe528ffccfee5bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 29 Aug 2017 13:48:14 +0200 Subject: [PATCH] plugin_systemd: on full_rollback notify about need of initrd regeneration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: rhbz#1469258 Signed-off-by: Jaroslav Škarvada --- tuned/plugins/plugin_systemd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tuned/plugins/plugin_systemd.py b/tuned/plugins/plugin_systemd.py index 6cbdc13..bc1b091 100644 --- a/tuned/plugins/plugin_systemd.py +++ b/tuned/plugins/plugin_systemd.py @@ -99,6 +99,7 @@ class SystemdPlugin(base.Plugin): if full_rollback: log.info("removing '%s' systemd tuning previously added by Tuned" % consts.SYSTEMD_CPUAFFINITY_VAR) self._remove_systemd_tuning() + log.info("you may need to manualy run 'dracut -f' to update the systemd configuration in initrd image") # convert cpulist from systemd syntax to Tuned syntax and unpack it def _cpulist_convert_unpack(self, cpulist):