Actions
Bug #11034
closednetwork/interfaces validation checks the removed interfaces
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Updating the network interfaces triggers a validation to check for misconfiguration and errors.
Howto reproduce:- add an interface with the same mac, ip, fqdn as another interface (say eth1), name it eth2
- remove eth1
- submit
Validation fails, explaining that eth1 and eth2 are conflicting (but eth1 should have been removed!)
Another example: try to migrate your primary, provisioning eth0 interface as a bond0- add bond0 with the same mac, ip, fqdn as bond0
- activate provision and primary for bond0
- eth0 can now be deleted. remove eth0
- submit
I think this is related to #11031
Updated by Jérôme Vizcaino almost 10 years ago
Typo, read: add bond0 with the same mac, ip, fqdn as eth0
Updated by Dominic Cleal almost 10 years ago
- Related to Bug #11031: Cannot remove interface with duplicate name added
Updated by Markus Frosch almost 10 years ago
Got the same problem, the problem seems to be that interface to be deleted are also validated.
When you change an interface to "valid" data - like renaming eth1 to eth2 and removing the ip address, and then delete it. The deletion works
Updated by Marek Hulán almost 10 years ago
- Related to Bug #11053: Ethernet interfaces not checked for uniqueness and foreman would not allow to delete. added
Updated by Marek Hulán over 9 years ago
- Related to Bug #11251: Unable to save host due to 'some of the interfaces are invalid' error added
Updated by Marek Hulán over 9 years ago
- Status changed from New to Assigned
- Assignee set to Marek Hulán
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/2672 added
- Pull request deleted (
)
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 63
Updated by Marek Hulán over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 35241dd65a6b4f426374a03e83d6f796f59a9d35.
Updated by Marek Hulán over 9 years ago
- Related to Bug #12034: Validation of unique MAC can result in false positive added
Updated by Dominic Cleal over 9 years ago
- Related to Bug #12486: Duplicate IP addresses after upgrading from 1.7 -> 1.8 -> 1.9 added
Updated by Dominic Cleal over 9 years ago
If a 1.9.4 is considered, add this to the backport candidates.
Actions