Actions
Refactor #19706
closedDon't treat DHCP leases as conflicts
Description
Our previous code that should ignore leases was based on existence of hostnames, it used to work but no longer works in recent releases. In smart-proxy, we added explicit flag to indicate if a DHCP record is a reservation or a lease: theforeman/smart-proxy#532
This patch leverages this and removes the old hostname "hack" to proper test if the existing record is a lease or not. Conflict is not thrown in that case.
Updated by Lukas Zapletal almost 8 years ago
- Pull request https://github.com/theforeman/foreman/pull/4555 added
Updated by Dominic Cleal almost 8 years ago
- Related to Feature #19666: Return record type for DHCP recorts added
Updated by Lukas Zapletal over 7 years ago
- Related to Bug #21120: Multiple DHCP orchestration is no longer possible with PXELoader added
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
Updated by Lukas Zapletal over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Actions