summaryrefslogtreecommitdiff
path: root/releasenotes/notes/wait_hash_ring_reset-ef8bd548659e9906.yaml
blob: cea3e28f35b55faa923421e59b4735d3e3e8573c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
fixes:
  - |
    When a conductor service is stopped it will now continue to respond to RPC
    requests until ``[DEFAULT]hash_ring_reset_interval`` has elapsed, allowing
    a hash ring reset to complete on the cluster after conductor is
    unregistered. This will improve the reliability of the cluster when scaling
    down or rolling out updates.

    This delay only occurs when there is more than one online conductor,
    to allow fast restarts on single-node ironic installs (bifrost,
    metal3).