| Summary: | Discovery and Provisioning process is brittle, node issues that require manual intervention can end with deployments not recognizing the node that was just provisioned | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Quickstart Cloud Installer | Reporter: | Matt Reid <mreid> | ||||
| Component: | Installation - RHCI | Assignee: | Derek Whatley <dwhatley> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Dave Johnson <dajohnso> | ||||
| Severity: | high | Docs Contact: | Dan Macpherson <dmacpher> | ||||
| Priority: | unspecified | ||||||
| Version: | 1.0 | CC: | bthurber, dwhatley, jmatthew, nperic, tsanders | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-05-08 20:53:57 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: | |||||
| Attachments: |
|
||||||
|
Description
Matt Reid
2016-01-28 21:56:29 UTC
Created attachment 1119302 [details]
Error Message Displayed on Installation Progress screen
The root of the problem is that rebooting a discovered host after it has been renamed on the rhev configuration pages, but before it's converted to a managed host causes a duplicate discovered host entry with a conflicting IP and MAC address. This will generally also cause the host to fail being converted from a discovered to managed host. The simplest strategy is probably looking at not renaming the discovered host until we convert it to a managed host. We are deferring this to post-GA. Once we come back to working this we would like the fix to ensure that no changes are made to the state of Satellite until the deploy button is clicked. i.e., let's not make any name changes to the discovered hosts during the UI selection process. We want to queue the changes and only execute them after deploy is clicked. |