summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorAija Jauntēva <aija.jaunteva@dell.com>2022-12-09 08:47:20 -0500
committerAija Jauntēva <aija.jaunteva@dell.com>2022-12-16 06:32:37 -0500
commit17c9e58c9ecaca6c058597d906c94a6d032b7efe (patch)
treed4d83225f2bd7ef56a79a581f283ab703c9b2a7a /releasenotes/notes
parent4d66609e95a1c7f5fb0fe0f61f95cf83d09da4d8 (diff)
downloadironic-17c9e58c9ecaca6c058597d906c94a6d032b7efe.tar.gz
Fix "'NoneType' object is not iterable" in RAID
Do not update `raid_configs` if operation is synchronous. First, it is not needed, second, it will not be cleaned up by async periodics. As the result the data remains on the node and causes errors the next time node is in cleaning state. Story: 2010476 Task: 47037 Change-Id: Ib1850c58d1670c3555ac9b02eb7958a1b440a339
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/fix-nonetype-object-is-not-iterable-0592926d890d6c11.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-nonetype-object-is-not-iterable-0592926d890d6c11.yaml b/releasenotes/notes/fix-nonetype-object-is-not-iterable-0592926d890d6c11.yaml
new file mode 100644
index 000000000..ec9043adb
--- /dev/null
+++ b/releasenotes/notes/fix-nonetype-object-is-not-iterable-0592926d890d6c11.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Fixes ``'NoneType' object is not iterable`` in conductor logs for
+ ``redfish`` and ``idrac-redfish`` RAID clean and deploy steps. The message
+ should no longer appear. For affected nodes re-create the node or delete
+ ``raid_configs`` entry from ``driver_internal_info`` field.