From 92afd39c122166c10350cb0b707ec6bfdcdfab0e Mon Sep 17 00:00:00 2001 From: Rajat Dhasmana Date: Thu, 7 Mar 2024 20:15:51 +0530 Subject: [PATCH] Correct releasenote bug-1951250 This might be the reason for the releasenote job failing since this bug number already exist in another releasenote[1]. 2024-03-12 08:08:22.062615 | ubuntu-jammy | Warning, treated as error: 2024-03-12 08:08:22.062665 | ubuntu-jammy | /home/zuul/src/opendev.org/openstack/cinder/releasenotes/source/zed.rst:3:Duplicate explicit target name: "bug #1920870". 2024-03-12 08:08:22.137791 | ubuntu-jammy | ERROR [1] https://github.com/openstack/cinder/blob/master/releasenotes/notes/bug-1920870-ibm-svf-fix-extend-issue-for-mirroring-volumes-31b1a9119c49e112.yaml Change-Id: If3b45be606bfe318e339c8ab2df9be4162a63b40 --- ...wize-fix-multiple-ssh-calls-for-retype-d3b56379b7d8b049.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/bug-1951250-storwize-fix-multiple-ssh-calls-for-retype-d3b56379b7d8b049.yaml b/releasenotes/notes/bug-1951250-storwize-fix-multiple-ssh-calls-for-retype-d3b56379b7d8b049.yaml index 9eecdaf305d..364d6feff98 100644 --- a/releasenotes/notes/bug-1951250-storwize-fix-multiple-ssh-calls-for-retype-d3b56379b7d8b049.yaml +++ b/releasenotes/notes/bug-1951250-storwize-fix-multiple-ssh-calls-for-retype-d3b56379b7d8b049.yaml @@ -2,6 +2,6 @@ fixes: - | IBM Spectrum Virtualize Family driver - `Bug #1920870 `_: + `Bug #1951250 `_: Reduce multiple lsiogrp, lsvdisk calls in Retype operaton to optimize the code.