Actions
Bug #17563
closedUpdate unify_hosts to match short/fqdned hosts better
Description
In some customer installs we have seen that the same mac address has been used in mulitple hosts. This confuses the method that matches fqdn'ed name with the short name since the logic says "pick the first host that has the same mac address as the fqdned one but not equal".
Instead in these cases the code should say "search for the host that matches as the shortname among the hosts with this mac address"
Updated by Justin Sherrill over 8 years ago
- Status changed from New to Resolved
- Assignee changed from Partha Aji to Justin Sherrill
- Translation missing: en.field_release set to 166
This was resolved by another commit
Actions