-
Bug
-
Resolution: Unresolved
-
Major
-
4.19.z, 4.20
Description of problem:
While attempting to perform IBBF with the siteconfig operator, the BMH for the spoke is stuck in deleting state for too long due to the old BMH being unreachable. This results in the clusterinstance timing out while waiting for the BMH resource to be removed. We should find a way to mitigate this.
Version-Release number of selected component (if applicable):
4.18.0-0.nightly-2025-04-02-011053
How reproducible:
100%
Steps to Reproduce:
1. Install an IBI spoke cluster using siteconfig operator 2. Remove old node and attempt to replace with new node through IBBF 3.
Actual results:
Reinstallation fails due to timeout
Expected results:
Reinstallation succeeds
Additional info:
$ oc get clusterinstance target-0 -o json | jq -r '.status.reinstall.conditions[0]' { "lastTransitionTime": "2025-04-04T17:24:45Z", "message": "Encountered error executing task: Deleting rendered manifests. Error: deletion timeout exceeded for object (BareMetalHost:target-0/target-0-0): Timed out waiting to delete object (BareMetalHost:target-0/target-0-0)", "reason": "Failed", "status": "False", "type": "ReinstallRequestProcessed" } $ oc get bmh target-0-0 -o json | jq -r .status.errorMessage Failed to get power state for node 7e063860-56c7-45ca-8bfa-d8f63997bd10. Error: Redfish exception occurred. Error: Resource https://[fd2e:6f44:5dd8:4::1]:8000/redfish/v1/Systems/ac8d214a-ae10-46f5-a179-208341bcb688 not found
- causes
-
ACM-21889 Known issue with BMH hanging during IBBF
-
- Closed
-
- is cloned by
-
OCPBUGS-59133 BMH stuck in deleting state while performing IBBF
-
- Closed
-
- is depended on by
-
OCPBUGS-59133 BMH stuck in deleting state while performing IBBF
-
- Closed
-
- links to
(1 links to)