action #53573
closed
- Copied from action #53570: Failed service "logrotate" on aarch64.o.o and openqaworker1.o.o added
As suggested in https://bugzilla.opensuse.org/show_bug.cgi?id=1138545#c52 the bug was closed without product changes, I decided to accept the core dumping irqbalance:
cat > /etc/systemd/system/irqbalance.service.d/override.conf <<EOF
> [Service]
> # irqbalance core dumps, potentially due to faulty hardware
> # https://bugzilla.suse.com/show_bug.cgi?id=1138545
> ExecStart=
> ExecStart=/usr/sbin/irqbalance --foreground $IRQBALANCE_ARGS ||:
> EOF
systemctl daemon-reload
systemctl start irqbalance
we probably want to eventually add this to salt recipes. For this we can apply the above only for the specific machine, e.g. based on /etc/machine-id or simply apply for all. Blocked by #43934
- Status changed from Blocked to Resolved
- Target version set to Done
covered remaining tasks in #43934
Also available in: Atom
PDF