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

fix: hcloud server shutdown should wait until the server is actually shut down #489

Closed
apricote opened this issue Jun 5, 2023 · 2 comments
Assignees

Comments

@apricote
Copy link
Member

apricote commented Jun 5, 2023

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.

@apricote apricote added the bug label Jun 5, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Sep 3, 2023

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.

@phm07
Copy link
Contributor

phm07 commented Oct 19, 2023

Implemented in #569

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants