summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-12-14 14:11:40 +0000
committerGerrit Code Review <review@openstack.org>2022-12-14 14:11:40 +0000
commitd7de0c121aa5680f8e836447b111bd5975df306c (patch)
treeee60e8134351c9d1d13408c73127e8078d74cb7f /releasenotes
parent8b4104f9f78d0615720c0ba1e3e8cfced42efcc5 (diff)
parent3c022e968375c1b2eadf3c2dd7190b9434c6d4c1 (diff)
downloadnova-d7de0c121aa5680f8e836447b111bd5975df306c.tar.gz
Merge "Ironic nodes with instance reserved in placement"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-ironic-scheduler-race-08cf8aba0365f512.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-ironic-scheduler-race-08cf8aba0365f512.yaml b/releasenotes/notes/fix-ironic-scheduler-race-08cf8aba0365f512.yaml
new file mode 100644
index 0000000000..4fd2cc1ca9
--- /dev/null
+++ b/releasenotes/notes/fix-ironic-scheduler-race-08cf8aba0365f512.yaml
@@ -0,0 +1,11 @@
+---
+fixes:
+ - |
+ Fixed when placement returns ironic nodes that have just started automatic
+ cleaning as possible valid candidates. This is done by marking all ironic
+ nodes with an instance on them as reserved, such that nova only makes them
+ available once we have double checked Ironic reports the node as available.
+ If you don't have automatic cleaning on, this might mean it takes longer
+ than normal for Ironic nodes to become available for new instances.
+ If you want the old behaviour use the following workaround config:
+ `[workarounds]skip_reserve_in_use_ironic_nodes=true`