-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
synchronization target conflicts not working as expected #16
Comments
The only major difference between the working and non-working target is this is in the non-working:
My hunch at this point is that our somewhat unorthodox use of Wants/After using mapper is causing a bug of some sort in systemd. Looking at the journal, I see those services starting and running as expected, even in the error scenarios, so nothing obvious yet. |
Workaround put in https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-power/+/45893, remove once this issue figured out. |
openbmc/phosphor-state-manager#16 documents an issue with the [email protected]. Root cause is unknown at this point. Until root cause is understood there, set the service dependency directly to ensure this service always runs prior to chassis power being turned on. Tested: - Ran 10 power on/off and verified this service always ran before power was turned on to the chassis. Change-Id: I6192d8226f6916ba36b01407f271215bd53c2ab3 Signed-off-by: Andrew Geissler <[email protected]>
Seeing intermittent issues where the synchronization target, [email protected] is not stopping like it should with the system is powered off.
Another synchronization target correctly stopped that conflicts with teh same target:
The text was updated successfully, but these errors were encountered: