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

race: deadlock between OpenStackCluster and OpenStackServer #2155

Closed
EmilienM opened this issue Aug 14, 2024 · 0 comments · Fixed by #2167
Closed

race: deadlock between OpenStackCluster and OpenStackServer #2155

EmilienM opened this issue Aug 14, 2024 · 0 comments · Fixed by #2167
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@EmilienM
Copy link
Contributor

/kind bug

What steps did you take and what happened:

Seen in periodic jobs:

I0814 04:05:47.813699       1 openstackserver_controller.go:98] "Reconciling OpenStackServer" controller="openstackserver" controllerGroup="infrastructure.cluster.x-k8s.io" controllerKind="OpenStackServer" OpenStackServer="self-hosted-r7wjlk/self-hosted-d5omd6-bastion" namespace="self-hosted-r7wjlk" name="self-hosted-d5omd6-bastion" reconcileID="c6afdfa1-e6ac-4446-a2c8-98552e6959ab"
I0814 04:05:47.813776       1 openstackserver_controller.go:106] "OpenStackServer %s/%s linked to a Cluster that is paused. Won't reconcile" controller="openstackserver" controllerGroup="infrastructure.cluster.x-k8s.io" controllerKind="OpenStackServer" OpenStackServer="self-hosted-r7wjlk/self-hosted-d5omd6-bastion" namespace="self-hosted-r7wjlk" name="self-hosted-d5omd6-bastion" reconcileID="c6afdfa1-e6ac-4446-a2c8-98552e6959ab" self-hosted-r7wjlk="self-hosted-d5omd6-bastion"
  • The move won't progress because OpenStackCluster is not ready
  • OpenStackCluster is not ready because it's waiting on the bastion
  • The bastion won't progress because the cluster is paused
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
Status: Done
2 participants