Bug #15238
Multiple interfaces with empty identifier are marked as invalid
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.
Related issues
Associated revisions
Fixes #15238 - ignore empty NIC identifiers
(cherry picked from commit 7e20cbac5951b858716268cce29f0fad16b71081)
Fixes #15238 - ignore empty NIC identifiers
(cherry picked from commit 7e20cbac5951b858716268cce29f0fad16b71081)
History
#1
Updated by Marek Hulán about 7 years ago
- Related to Bug #12441: Duplicate entries in `nics` table added
#2
Updated by The Foreman Bot about 7 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3560 added
#3
Updated by Marek Hulán about 7 years ago
- Legacy Backlogs Release (now unused) set to 159
the bug was introduced in 1.11 so marking for next 1.11 release, feel free to reset
#4
Updated by Marek Hulán about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 7e20cbac5951b858716268cce29f0fad16b71081.
#5
Updated by Marek Hulán over 6 years ago
- Bugzilla link set to 1406362
Fixes #15238 - ignore empty NIC identifiers