Project

General

Profile

action #133352

Updated by okurz 10 months ago

## Observation 

 On the o3 worker openqaworker4 I recently called `systemctl start openqa-worker.target`. That repeatedly soon after caused lots of incomplete openQA jobs with message like "Reason: abandoned: associated worker openqaworker4:10 re-connected but abandoned the job " in https://openqa.opensuse.org/tests/3455867 . This is due to the fact that conflicting systemd services start: openqa-worker which is a link to openqa-worker-plain and openqa-worker-auto-restart 

 ## Acceptance criteria 
 * **AC1:** Starting openqa-worker.target does not cause conflicts with already existing openqa-worker-auto-restart 

 ## Suggestions 
 * Look into how the openqa-worker.target is generated by a script systemd/systemd-openqa-generator in openQA repo 
 * Maybe this can be solved by "documentation" that we need to update the symlink or something 
 * It is ok if services fail preventing the admin to do stupid things but we should prevent such situation where the services actually start, pick up jobs and incomplete them

Back