-
Notifications
You must be signed in to change notification settings - Fork 661
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
Fixes the host service crash during fast-reboot #700
base: master
Are you sure you want to change the base?
Fixes the host service crash during fast-reboot #700
Conversation
Change-Id: I634f60453dfc70f755381fdf0aec56457e1b45c7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the systemctl service
@Kalimuthu-Velappan Just want to confirm, the issue is only error messages in the syslog, there is not fast reboot failure without this change, right? |
Yes, the issue is only error messages in the Syslog, there is no fast reboot failure without this change |
retest this please |
1 similar comment
retest this please |
Retest this please |
Change-Id: I634f60453dfc70f755381fdf0aec56457e1b45c7
- What I did
Fixes the host service crash during fast-reboot:
Fast reboot command restarts the system by killing the services quickly instead of doing a graceful shutdown. As part of that, it stops the docker service before stopping the host services that cause database connection reset errors.
- How I did it
Stop the following host services before stopping the docker service.
- How to verify it
Run the fast-reboot command multiple times.
- Previous command output (if the output of a command-line utility has changed)
- New command output (if the output of a command-line utility has changed)
-->