Actions
Bug #10607
closedbonding on ubuntu causes foreman to create an interface after each ubuntu server reboot
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
When configuring bonding on ubuntu, ubuntu will generate a new mac address each time the server (network?) is restarted. This causes foreman to list multiple interfaces with same name (bondx) but with different mac address. Trying to delete the unused interfaces fails and rebuild of the server is not possible.
To reproduce:
1. Install a ubuntu server with foreman.
2. Configure a bond interface on ubuntu (Im doing this in puppet).
3. Reboot ubuntu multiple times to get multiple interfaces listed in forman.
4. Delete one of those interfaces (FAIL).
Workaround is to manually configure a mac address for the bond interface.
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/2488 added
- Pull request deleted (
)
Updated by Marek Hulán almost 10 years ago
- Related to Bug #10546: Reduce the number of interfaces duplicates added
Updated by Marek Hulán almost 10 years ago
- Related to Bug #10888: duplicate interfaces when using bond device added
Updated by Marek Hulán almost 10 years ago
- Related to Bug #10805: VLAN interface attached to bond is wrongly created as Bond added
Updated by Marek Hulán almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Actions