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

HetznerBareMetalHost hangs in deprovisioning state if not fully provisioned #1261

Open
janiskemper opened this issue Apr 10, 2024 · 0 comments
Assignees

Comments

@janiskemper
Copy link
Contributor

/kind bug

What steps did you take and what happened:

  1. Start provisioning a HetznerBareMetalHost
  2. Kill the HetznerBareMetalMachine that owns the HetznerBareMetalHost in the state "image-installing".
  3. Wait until HetznerBareMetalHost goes to phase "deprovisioning"

If the HetznerBareMetalHost reaches the state "deprovisioning", it stays there for no apparent reason for a long time. During this step, the HetznerBareMetalHost should only call one ssh command and then go to "state none". The ssh command is called, but the state none is not reached for some reason,

Side note: the ssh command should only be called for HetznerBareMetalHosts that are fully provisioned, otherwise it does not make sense.

What did you expect to happen:

  1. The HetznerBareMetalHost should not hang in that state for so long
  2. The ssh command should only be called if the host is fully provisioned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants