kolla-ansible/releasenotes/notes/ironic-dnsmasq-no-dhcp-sequential-ip-13256d6a55e9027f.yaml
Pierre Riteau 9ce47b2fff 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
2022-09-30 13:26:23 +02:00

7 lines
216 B
YAML

---
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.