-
Notifications
You must be signed in to change notification settings - Fork 72
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
[BUG] Fleet not coming back after reboot #23
Comments
I think the issue may be if you reboot the host VM without stopping the containers, something is happening with TLS. Test:
|
As a workaround, you can run We're working on a better solution, but this workaround should help while we work this out. |
I rolled back to d85df01 for 8.6.0 and got the same issue there as well.
|
Commit 7f61c3a for 8.5.0 seems to work fine. |
Thanks for testing the other versions and raising this issue, Rasta. Our suspicion is that there is a state file somewhere that isn't being gracefully managed when you reboot the host without stopping the stack first. We're unsure if this is an ECP issue or an issue with the Fleet container. Next steps will be to spin up an Elastic Stack using the default config from Elastic, test the scenarios, and either make an adjustment to how the state file is managed (if that's the case) or file a bug with the Fleet team. We'll try to do these tests this weekend. Until then, while not ideal, if you run the |
This is possibly an upstream issue. It has been recreated and being tracked. |
Looks like this will be fixed in 8.9. |
Awesome. I'm happy to close this issue if you are? |
I'd like to keep it open so I remember to test and bump to 8.9 😅 |
Verified with |
Describe the bug
When rebooting the VM that the Fleet container is running on, the Fleet server isn't coming back online. It is unclear what the actual problem is right now.
To Reproduce
Steps to reproduce the behavior:
./elastic-container.sh start
./elastic-container restart
Expected behavior
Fleet should be operational after a reboot.
Screenshots
Desktop (please complete the following information):
13.3
, also reported on Ubuntu8.7.0
Additional context
Going to try an downgrade to
8.6
and then8.5
to see if this is an8.7
thing or something else.The text was updated successfully, but these errors were encountered: