From b4592d44da666ddeae99f3d7ac6de005641bfb78 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 26 Sep 2022 09:48:31 +0900 Subject: [PATCH] Fix release note for bug 1957073 This is follow-up of Icd9dad9ad7b3ad71b3962b078e5b94670ac41c87 and fixes the release note based on the feedback given before the change is merged. The original change was merged after Zed release was cut off so this is fixed in master first. Change-Id: I40f6eb1f104da4410d32410940824a88f7d1ec62 --- releasenotes/notes/bug-1957073-0d1307a8637a62b7.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/releasenotes/notes/bug-1957073-0d1307a8637a62b7.yaml b/releasenotes/notes/bug-1957073-0d1307a8637a62b7.yaml index fc5d41a73a2..92c4584f5ee 100644 --- a/releasenotes/notes/bug-1957073-0d1307a8637a62b7.yaml +++ b/releasenotes/notes/bug-1957073-0d1307a8637a62b7.yaml @@ -2,6 +2,5 @@ fixes: - | RBD Driver `bug #1957073 - `_: Snapshot delete now - succeeds and skips updating the source volume image if the image - does not exist in the backend. + `_: Fixed snapshot deletion + failure when its volume doesn't exist.