You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add troubleshooting guiding on BMH registration,
inspection and provisioning errors, and CAPM3
errors related to missing hosts.
Signed-off-by: erjavaskivuori <[email protected]>
Normal ProvisioningStarted 15s metal3-baremetal-controller Image provisioning started for http://172.22.0.1/images/CENTOS_9_NODE_IMAGE.img
174
+
Normal ProvisioningError 1s metal3-baremetal-controller Image provisioning failed: Deploy step deploy.write_image failed on node d25ce8de-914e-4146-a0c0-58825274572d. No suitable device was found for deployment using these hints {'name': 's== /dev/vdb'}
175
+
```
176
+
177
+
## No BareMetalHost available or matching
178
+
179
+
This shows in the Metal3Machine status:
180
+
181
+
```text
182
+
Status:
183
+
Conditions:
184
+
Last Transition Time: 2025-08-15T10:53:05Z
185
+
Message: No available host found. Requeuing.. Object will be requeued after 30s
186
+
Reason: AssociateBMHFailed
187
+
Severity: Error
188
+
Status: False
189
+
Type: AssociateBMH
190
+
```
191
+
192
+
CAPM3 controller logs when there is no available hosts:
193
+
194
+
```text
195
+
I0815 11:10:35.699004 1 metal3machine_manager.go:332] "No available host found. Requeuing." logger="controllers.Metal3Machine.Metal3Machine-controller" metal3-machine="metal3/test-no-match-2" machine="test-no-match-2" cluster="test1" metal3-cluster="test1"
196
+
```
197
+
198
+
CAPM3 controller logs when the annotated host is not found:
0 commit comments