-
Notifications
You must be signed in to change notification settings - Fork 81
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
fix: hcloud server shutdown should wait until the server is actually shut down #489
Comments
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs. |
Implemented in #569 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
hcloud server shutdown
only waits until the ACPI shutdown signal is sent to the server, not until the server is actually shut down. This can cause issues if the user is directly doing another action right after (like unassigning Primary IPs).This is expected based on the action returned by the API.
We should poll the server to wait until it is actually marked as shutdown in the API to prevent race conditions.
The text was updated successfully, but these errors were encountered: