Actions
Bug #10566
closedUnique interface identifier requirement prevents host from being edited if duplicate identifier exists
Description
Related to #9618.
Before the unique interface identifier validation was introduced we managed to get several hosts with multiple interfaces with the same identifier. Now that we have upgrade to 1.8+ when we attempt to resolve this situation by deleting the duplicate identifiers we are unable to due to the new validation.
This seems like something the validator should check for as it creates a loop. You are unable to resolve the uniqueness requirement, because your interfaces are not unique.
Updated by Dominic Cleal almost 10 years ago
- Related to Bug #9618: User shouldn't be allowed to create an interface with same identifier of any existing one added
Updated by The Foreman Bot almost 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2427 added
- Pull request deleted (
)
Updated by Marek Hulán almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Updated by Dominic Cleal almost 10 years ago
- Related to Bug #11247: IP address is invalid, can't add or remove `.` from identifier added
Updated by Dominic Cleal over 8 years ago
- Related to Bug #16935: updating a NIC's "Device identifier" if it doesn't already have one fails if the "Device identifier" includes a . or : added
Actions