)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"06e815bebe57c615b97fd1e981227196cf88513a","unresolved":true,"context_lines":[{"line_number":7,"context_line":"Fix redfish RAID failed tasks"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"Redfish Tasks do not report failures via HTTP status codes. Instead"},{"line_number":10,"context_line":"have to check TaskState and TaskStatus."},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"Change-Id: I8f9a89d18d22d18a2e695fde894bcd27f18f8954"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":1,"id":"15d6a20e_8727c8c8","line":10,"updated":"2022-01-04 15:01:29.000000000","message":"Is there a bug someplace detailing this? Seems like we\u0027re going to want/need to backport this.","commit_id":"0353967216a03cf8a06bf22fc53474d96d3d2b78"},{"author":{"_account_id":27909,"name":"Aija Jauntēva","email":"code@clusums.eu","username":"ajya"},"change_message_id":"acbaa0d881f9bd1bc01585315ffc13a43541f2d7","unresolved":false,"context_lines":[{"line_number":7,"context_line":"Fix redfish RAID failed tasks"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"Redfish Tasks do not report failures via HTTP status codes. Instead"},{"line_number":10,"context_line":"have to check TaskState and TaskStatus."},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"Change-Id: I8f9a89d18d22d18a2e695fde894bcd27f18f8954"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":1,"id":"a04c9e26_88cc8671","line":10,"in_reply_to":"15d6a20e_8727c8c8","updated":"2022-01-05 09:51:16.000000000","message":"Done","commit_id":"0353967216a03cf8a06bf22fc53474d96d3d2b78"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"06e815bebe57c615b97fd1e981227196cf88513a","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"11982c16_7a294c3e","updated":"2022-01-04 15:01:29.000000000","message":"Code looks good, one question on the commit message with regard to bug tracking and one possible suggestion on the release note. Thanks!","commit_id":"0353967216a03cf8a06bf22fc53474d96d3d2b78"},{"author":{"_account_id":27909,"name":"Aija Jauntēva","email":"code@clusums.eu","username":"ajya"},"change_message_id":"acbaa0d881f9bd1bc01585315ffc13a43541f2d7","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"05627504_fa1aea5a","updated":"2022-01-05 09:51:16.000000000","message":"thanks for the review, Julia.","commit_id":"196d8f7fc055667af501ea0569ba5c501a2c6e8d"}],"ironic/drivers/modules/redfish/raid.py":[{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"fe854677c0ec0e8782b889e622244468ef5db284","unresolved":false,"context_lines":[{"line_number":1082,"context_line":""},{"line_number":1083,"context_line":"            if (sushy_task.task_state \u003d\u003d sushy.TASK_STATE_COMPLETED"},{"line_number":1084,"context_line":"                    and sushy_task.task_status in"},{"line_number":1085,"context_line":"                    [sushy.HEALTH_OK, sushy.HEALTH_WARNING]):"},{"line_number":1086,"context_line":"                LOG.info(\u0027RAID %(operation)s task %(task_mon_uri)s to node \u0027"},{"line_number":1087,"context_line":"                         \u0027%(node_uuid)s completed.\u0027,"},{"line_number":1088,"context_line":"                         {\u0027operation\u0027: raid_config[\u0027operation\u0027],"}],"source_content_type":"text/x-python","patch_set":2,"id":"6825ec2b_04b9cbe9","line":1085,"updated":"2022-02-03 13:55:59.000000000","message":"nit: we should probably create a helper in sushy. something like sushy_task.succeeded/sushy_task.finished/sushy_task.failed.","commit_id":"196d8f7fc055667af501ea0569ba5c501a2c6e8d"}],"releasenotes/notes/fix-redfish-raid-failed-tasks-02487c4698dea176.yaml":[{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"06e815bebe57c615b97fd1e981227196cf88513a","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"fixes:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Fixes determining failed tasks in hardware type ``redfish`` RAID interface"},{"line_number":5,"context_line":"    clean and deploy steps. Prior to this fix the tasks that have failed were"},{"line_number":6,"context_line":"    reported as successful."}],"source_content_type":"text/x-yaml","patch_set":1,"id":"b9fc4a9f_2cb3f60a","line":4,"range":{"start_line":4,"start_character":10,"end_line":4,"end_character":52},"updated":"2022-01-04 15:01:29.000000000","message":"I would say \"Fixes the determination of a failed RAID configuration task in the ``redfish`` hardware type.\"\n\nSince determining is an in an active state, where as the overall purpose and being of release notes is a passive state.","commit_id":"0353967216a03cf8a06bf22fc53474d96d3d2b78"},{"author":{"_account_id":27909,"name":"Aija Jauntēva","email":"code@clusums.eu","username":"ajya"},"change_message_id":"acbaa0d881f9bd1bc01585315ffc13a43541f2d7","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"fixes:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Fixes determining failed tasks in hardware type ``redfish`` RAID interface"},{"line_number":5,"context_line":"    clean and deploy steps. Prior to this fix the tasks that have failed were"},{"line_number":6,"context_line":"    reported as successful."}],"source_content_type":"text/x-yaml","patch_set":1,"id":"0ff84ed1_eed18421","line":4,"range":{"start_line":4,"start_character":10,"end_line":4,"end_character":52},"in_reply_to":"b9fc4a9f_2cb3f60a","updated":"2022-01-05 09:51:16.000000000","message":"Done","commit_id":"0353967216a03cf8a06bf22fc53474d96d3d2b78"}]}
