diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-07-20 22:04:11 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-07-22 21:55:35 -0400 |
commit | 55e6be446553dd0e813c0de1cc60a81f11dddda0 (patch) | |
tree | 20a4e80656a1cca60c4b3a09ba1661bf59f7a588 /AUTHORS | |
parent | ac6f7ed88291b81cb70981bd7463b6a3b292fece (diff) |
Add wait for start jobs
The systemd job to start an application unit may remain queued long
enough after a call into the systemd D-Bus API that the subsequent
state check sees the unit as still inactive. This results in the
application start being incorrectly reported as having failed, when
it will still actually proceed once the job is dequeued and run in
systemd.
To fix this, checking of the state of the job object returned by the
start D-Bus calls has been added in the various wrapper functions in
src/utils-systemd.c. The timeout mechanism used in the new job_wait
helper function is based on the existing state checking logic of the
wait_state_stable function in src/afm-urun.c.
Bug-AGL: SPEC-3365, SPEC-3427, SPEC-3457
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I01077a4213944233506518869c3dc604bd40f693
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions