From 3ee399a1e35fbf9067f0548b69bc19ca48b8de5f Mon Sep 17 00:00:00 2001 From: whoami-rajat Date: Tue, 19 Apr 2022 00:03:18 +0530 Subject: Cinder: Correct exception logging during attach There is a syntax error in the exception logging when attaching a volume fails in attachment state manager. This patch corrects it and adds a test to guard against similar changes in future. Closes-Bug: #1970698 Change-Id: I43c407046a49bb37631113e2ea65d05450f9365d --- .../notes/fix-exception-logging-during-attach-9546e24189db83c4.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/fix-exception-logging-during-attach-9546e24189db83c4.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/fix-exception-logging-during-attach-9546e24189db83c4.yaml b/releasenotes/notes/fix-exception-logging-during-attach-9546e24189db83c4.yaml new file mode 100644 index 0000000..36abe20 --- /dev/null +++ b/releasenotes/notes/fix-exception-logging-during-attach-9546e24189db83c4.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + `Bug #1970698 `_: + Cinder: Fixed exception logging when the image create operation fails + due to failing to attach volume to glance host. -- cgit v1.2.1