summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorPierre Riteau <pierre@stackhpc.com>2022-06-09 20:56:26 +0200
committerPierre Riteau <pierre@stackhpc.com>2022-06-09 20:56:26 +0200
commit9af4c6115fcfce9c76a1e7fd5b93bb43cec66a4d (patch)
tree4926c7da03aa1fa99e0cc97f7d34437c4cbbdff7 /releasenotes
parentd86916360858daa06164ebc0d012b78d19ae6497 (diff)
downloadnova-9af4c6115fcfce9c76a1e7fd5b93bb43cec66a4d.tar.gz
Change TooOldComputeService upgrade check code to failure
The TooOldComputeService upgrade check currently produces a warning, which may be missed if the upgrade process only checks the exit code of the upgrade check command. Since this can lead to Nova control services failing to start, make the upgrade check a failure instead, so it results in a non-zero exit code. Closes-Bug: #1956983 Change-Id: Ia3ce6a0b0b810667ac0a66502a43038fe43c5aed
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/too-old-compute-check-code-7dbcde45cfd23394.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/too-old-compute-check-code-7dbcde45cfd23394.yaml b/releasenotes/notes/too-old-compute-check-code-7dbcde45cfd23394.yaml
new file mode 100644
index 0000000000..f8e0517401
--- /dev/null
+++ b/releasenotes/notes/too-old-compute-check-code-7dbcde45cfd23394.yaml
@@ -0,0 +1,6 @@
+---
+upgrade:
+ - |
+ The upgrade check tooling now returns a non-zero exit code in the presence
+ of compute node services that are too old. This is to avoid situations in
+ which Nova control services fail to start after an upgrade.