/kind bug
What happened:
When deleting a baremetal node from openstack, occm doesn't detect the deletion, and the node remains in the cluster as NotReady.
The logs say: error checking if node <node-name> exists: failed to find object
What you expected to happen:
I expect to see a log line that the node was deleted, and then for the node to not be in the cluster anymore.
Anything else we need to know?:
It seems this is the same issue reported in: #2999
I tried the PR proposed in the ticket (https://github.com/nokia/cloud-provider-openstack/pull/1/changes), and it fixed the issue for us.
Environment:
- openstack-cloud-controller-manager version: v1.35.0
/kind bug
What happened:
When deleting a baremetal node from openstack, occm doesn't detect the deletion, and the node remains in the cluster as NotReady.
The logs say:
error checking if node <node-name> exists: failed to find objectWhat you expected to happen:
I expect to see a log line that the node was deleted, and then for the node to not be in the cluster anymore.
Anything else we need to know?:
It seems this is the same issue reported in: #2999
I tried the PR proposed in the ticket (https://github.com/nokia/cloud-provider-openstack/pull/1/changes), and it fixed the issue for us.
Environment: