Actions
Bug #9966
closedAdd debug logging when host interfaces cannot be matched to VM interfaces
Description
#7456 changes compute orchestration to match host interfaces to the VM interfaces, which is usually matching based on the hypervisor network.
The orchestration iterates over host interfaces and attempts to find a VM interface, but if this fails then there's no logging provided to debug the situation.
Here's an example of adding some debug:
https://github.com/theforeman/foreman/compare/develop...tstrachota:nic_debug
Updated by Dominic Cleal over 9 years ago
- Related to Refactor #7456: Extract primary interface from host added
Updated by Dominic Cleal over 9 years ago
- Related to Bug #9871: Provisioning a new vmware hosts fails with 'Invalid MAC ' added
Updated by Dominic Cleal over 9 years ago
Perhaps it should be more than debug level when matching fails? Should it even fail the entire process so users don't get "invalid MAC" errors etc.
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 28
- Difficulty set to easy
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release changed from 28 to 50
Updated by Tomáš Strachota over 9 years ago
- Status changed from New to Assigned
- Assignee set to Tomáš Strachota
Updated by Marek Hulán over 9 years ago
based on IRC discussion we should trigger failure if the matching fails
Updated by The Foreman Bot over 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2360 added
- Pull request deleted (
)
Updated by Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset c796609085caeee03be4ec378b5311fd61ba6684.
Actions