Skip to content
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

NAS-133437 / 25.04 / Better handle docker not starting on boot when on HDDs #15376

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sonicaj
Copy link
Member

@sonicaj sonicaj commented Jan 13, 2025

This PR adds changes to better handle docker state when HDDs are being used for apps. Basically what was happening was that when HDDs based pool is being used for starting apps, it can take a few minutes to get apps to start - while we were waiting for 2 minutes earlier and then setting our status to failure. Now systemd would after a few minutes have docker start just fine but middleware would report it as being in failed state.
The changes being done here have made sure that middleware reflects systemd status and systemd fails docker service after 15 minutes of waiting for it to start (earlier docker had removed the systemd time limit which meant systemd would not have been marking it as failed to start and would wait).

@sonicaj sonicaj requested a review from a team January 13, 2025 09:02
@sonicaj sonicaj self-assigned this Jan 13, 2025
@bugclerk bugclerk changed the title Better handle docker not starting on boot when on HDDs NAS-133437 / 25.04 / Better handle docker not starting on boot when on HDDs Jan 13, 2025
@bugclerk
Copy link
Contributor

@sonicaj sonicaj force-pushed the NAS-133437 branch 5 times, most recently from bb77806 to e542e02 Compare January 14, 2025 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants