-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dhcp.pm fix #6539
base: master
Are you sure you want to change the base?
dhcp.pm fix #6539
Conversation
…h dhcp dynamic range, but added anyway.
@po1vo Thank you for the contribution. |
But the address is added to dhcpd.leases anyway |
This has the potential to break existing installations of xCAT (especially badly designed ones, like my early efforts) . A release note/warning in the next version would be a good idea if this is merged. |
@samveen Can you elaborate under which conditions this PR will be a problem ? |
The potential break comes in the differing expectations:
I prefer that the node configuration should override the cluster expectation, as it is viewable and thus expected configuration. Without such a static lease, in the case of a node reboot/restart, the node may not get the same IP, which is potentially disastrous from the cluster's perspective. |
|
dhcp.pm claimed to not add ip address of a node, overlapping with dhcp dynamic range, but added anyway