summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove-locks-first-d12ac27106f800f8.yaml
blob: a7e0cb958c8932d573aed70980d0ce1494d97595 (plain)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Fixes an issue where ``ironic-conductor`` initialization could return a
    ``NodeNotLocked`` error for requests requiring locks when the conductor
    was starting. This was due to the conductor removing locks after
    beginning accepting new work. The lock removal has been moved to after
    the Database connectivity has been established but before the RPC bus
    is initialized.