Project

General

Profile

Bug #27877

Updated by Lukas Zapletal over 4 years ago

Our orchestration code checks existing DHCP records against MAC, already updated NIC credentials (MAC, IP, hostname hostname) and filename. However filename must not be included this works fine for IP and MAC however when comparing DHCP PXE loader from associated record comes into play it is always conflicting because there are records for conflicts. This change is about removing returned by MAC and by IP with the filename from the check so it won't issue unnecessary conflict errors on updates of old PXE loader. The check needs to be done against the old (not yet changed) state.

Back