summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1506657-3bcb4ef46623124d.yaml
blob: ebf611d0929f9ed25234f188dfcdc591c765496f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
upgrade:
  - Adds a new configuration option, hash_ring_reset_interval,
    to control how often the conductor's view of the hash ring
    is reset. This has a default of 180 seconds, the same as
    the default for the sync_local_state periodic task that
    used to handle this reset.
critical:
  - Fixes a bug where the conductor's view of the hash
    ring was never refreshed if the sync_local_state
    periodic task was disabled. For more info, see
    https://bugs.launchpad.net/ironic/+bug/1506657.