Bug 1936534
Summary: | When creating a worker with a used mac-address stuck on registering | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Honza Pokorny <hpokorny> |
Component: | Bare Metal Hardware Provisioning | Assignee: | Honza Pokorny <hpokorny> |
Bare Metal Hardware Provisioning sub component: | baremetal-operator | QA Contact: | Polina Rabinovich <prabinov> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | Keywords: | Triaged |
Version: | 4.7 | ||
Target Milestone: | --- | ||
Target Release: | 4.8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-07-27 22:51:42 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1910352 |
Description
Honza Pokorny
2021-03-08 17:27:53 UTC
I put MAC address and IP address similar to exist deployed node I didn't get an error message will indicate that there is already a BMH with the same MAC and IP address, I got only registration error. In this regard, I wanted to ask if this is enough and I can move the bug to "verified"? [kni@provisionhost-0-0 ~]$ oc get bmh -n openshift-machine-api NAME STATE CONSUMER ONLINE ERROR openshift-master-0-0 externally provisioned ocp-edge-cluster-0-jmht5-master-0 true openshift-master-0-1 externally provisioned ocp-edge-cluster-0-jmht5-master-1 true openshift-master-0-2 externally provisioned ocp-edge-cluster-0-jmht5-master-2 true openshift-worker-0-0 provisioned ocp-edge-cluster-0-jmht5-worker-0-lqnwr true openshift-worker-0-1 provisioned ocp-edge-cluster-0-jmht5-worker-0-6795b true openshift-worker-0-2 registering true registration error The error should read something like: "MAC Address 00:e2:b4:d9:0a:f1 conflicts with existing host ostest-worker-0" Would do you mean by the MAC address being similar? Could you attach the yaml output of the above command? (In reply to Honza Pokorny from comment #3) > The error should read something like: > > "MAC Address 00:e2:b4:d9:0a:f1 conflicts with existing host ostest-worker-0" > > Would do you mean by the MAC address being similar? > > Could you attach the yaml output of the above command? 1.I put for the new node (worker-0-2) MAC address and IP address the same to exist deployed node (worker-0-1). 2.I can see the error message in the yaml file: name: openshift-worker-0-2 namespace: openshift-machine-api resourceVersion: "69903" uid: 63484031-70e8-428e-8c05-0e0332b03ded spec: bmc: address: redfish://192.168.123.1:8000/redfish/v1/Systems/a832161c-fe24-422e-93f8-4ae721b872b5 credentialsName: openshift-worker-0-2-bmc-secret disableCertificateVerification: true bootMACAddress: 52:54:00:af:6e:ab hardwareProfile: unknown online: true status: errorCount: 7 errorMessage: MAC address 52:54:00:af:6e:ab conflicts with existing node openshift-worker-0-1 errorType: registration error So this is enough that I can see the error only in the yaml file? Yes, I think this is sufficient. Thanks Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438 |