Actions
action #75277
closedenable "postfix" service again after #73633 resolved
Start date:
Due date:
% Done:
0%
Estimated time:
Description
I disabled postfix on some workers. This should be reenabled with something like:
sudo salt -l error -C 'G@roles:worker' cmd.run 'sudo systemctl enable --now postfix'
after #73633 is fixed and IPv6 routes are enabled again on all workers
Updated by okurz about 4 years ago
- Copied from action #75016: [osd-admins][alert] Failed systemd services alert (workers): os-autoinst-openvswitch.service (and var-lib-openqa-share.mount) on openqaworker-arm-2 and others added
Updated by okurz almost 4 years ago
- Status changed from Blocked to Resolved
I did the above and then
salt -l error -C 'G@roles:worker' cmd.run 'sudo systemctl --failed --no-legend'
to crosscheck that no services failed.
Actions