commit pacemaker for openSUSE:Factory
Hello community, here is the log from the commit of package pacemaker for openSUSE:Factory checked in at 2016-08-31 14:28:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pacemaker (Old) and /work/SRC/openSUSE:Factory/.pacemaker.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "pacemaker" Changes: -------- --- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes 2016-07-21 07:53:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2016-08-31 14:28:38.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Aug 26 16:20:25 UTC 2016 - ygao@suse.com + +- cts: Restart systemd-journald with "systemctl restart systemd-journald.socket" (bsc#995365) + * bug-995365_pacemaker-cts-restart-systemd-journald.patch + +------------------------------------------------------------------- New: ---- bug-995365_pacemaker-cts-restart-systemd-journald.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pacemaker.spec ++++++ --- /var/tmp/diff_new_pack.lxQjDB/_old 2016-08-31 14:28:39.000000000 +0200 +++ /var/tmp/diff_new_pack.lxQjDB/_new 2016-08-31 14:28:39.000000000 +0200 @@ -55,6 +55,7 @@ Patch7: pacemaker-Wno-format-signedness.patch Patch8: bug-943295_pacemaker-lrmd-log-notice.patch Patch9: bug-977201_pacemaker-controld-self-fencing.patch +Patch10: bug-995365_pacemaker-cts-restart-systemd-journald.patch # Required for core functionality (python-devel depends on python) BuildRequires: autoconf BuildRequires: automake @@ -262,6 +263,7 @@ %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 %build autoreconf -fvi ++++++ bug-995365_pacemaker-cts-restart-systemd-journald.patch ++++++ Index: pacemaker/cts/CTSaudits.py =================================================================== --- pacemaker.orig/cts/CTSaudits.py +++ pacemaker/cts/CTSaudits.py @@ -67,10 +67,8 @@ class LogAudit(ClusterAudit): for node in nodes: if self.CM.Env["have_systemd"]: - if self.CM.rsh(node, "systemctl stop systemd-journald.socket") != 0: - self.CM.log ("ERROR: Cannot stop 'systemd-journald' on %s" % node) - if self.CM.rsh(node, "systemctl start systemd-journald.service") != 0: - self.CM.log ("ERROR: Cannot start 'systemd-journald' on %s" % node) + if self.CM.rsh(node, "systemctl restart systemd-journald.socket") != 0: + self.CM.log ("ERROR: Cannot restart 'systemd-journald' on %s" % node) if self.CM.rsh(node, "service %s restart" % self.CM.Env["syslogd"]) != 0: self.CM.log ("ERROR: Cannot restart '%s' on %s" % (self.CM.Env["syslogd"], node))
participants (1)
-
root@hilbert.suse.de