Actions
Bug #15238
closedMultiple interfaces with empty identifier are marked as invalid
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
The NIC validation is not treating empty identifier correctly. While the validation method on host skips such interfaces, validation on NIC side tries to enforce uniqueness even of empty identifiers. This causes problems during provisioning of host with multiple interfaces, preventing the TFTP change because of interface being invalid. To reproduce, create a host with two interfaces with empty identifier. Then try editing the host, e.g. changing the comment attribute. It fails on interface identifier being already taken.
Updated by Marek Hulán over 8 years ago
- Related to Bug #12441: Duplicate entries in `nics` table added
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3560 added
Updated by Marek Hulán over 8 years ago
- Translation missing: en.field_release set to 159
the bug was introduced in 1.11 so marking for next 1.11 release, feel free to reset
Updated by Marek Hulán over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 7e20cbac5951b858716268cce29f0fad16b71081.
Actions