Skip to content
Snippets Groups Projects
Commit 9ce47b2f authored by Pierre Riteau's avatar Pierre Riteau
Browse files

Remove dhcp-sequential-ip in ironic dnsmasq config

With this option enabled, dnsmasq can offer the same IP address to
multiple hosts when their requests are close to each other. Remove this
option in order to use the built-in hashing mechanism which will
allocate random IP addresses, which should be less likely to conflict.

Closes-Bug: #1991390
Change-Id: I09a9fa2d0c54635b899ad7906cc2e2e4580ef5ad
parent 81f3aa5a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ dhcp-range=set:{{ tag }},{{ item.range }},{{ lease_time }}
dhcp-option=tag:{{ tag }},option:router,{{ item.routers }}
{% endif %}
{% endfor %}
dhcp-sequential-ip
{% if api_address_family == 'ipv6' %}
{# TODO(yoctozepto): IPv6-only support - DHCPv6 PXE support #}
......
---
fixes:
- |
Removes the ``dhcp-sequential-ip`` configuration option from
``ironic_dnsmasq`` to avoid a race condition offering the same IP address
to multiple hosts being inspected at the same time.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment