Skip to content

Affinity group deletion gets stuck with CloudStack API errors #339

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

Closed
vignesh-goutham opened this issue Jan 31, 2024 · 1 comment
Closed
Labels
kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@vignesh-goutham
Copy link
Contributor

vignesh-goutham commented Jan 31, 2024

/kind bug

Describe the solution you'd like

When deleting affinity group, the controller issues a delete API for affinity group which can fail due to reasons including

  • Networking issues like flaky network
  • Cloudstack management server issues

These issues can cause the API to return an error but can proceed and deletes the affinity group on CloudStack. In the subsequent reconcile loops, the controller does not find the affinity group on CloudStack and doesn't remove the finalizer. This results in affinity group resource to be stuck in deletion.

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Jan 31, 2024
@rohityadavcloud rohityadavcloud added this to the v0.5.0 milestone Feb 8, 2024
@rohityadavcloud
Copy link
Member

Closing as #340 is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants