From 1d8033e54e009bbc4408f6e16aec4f6c01687c91 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Tue, 18 Apr 2023 11:22:27 -0400 Subject: Add force to os-brick disconnect In order to be sure that devices are being removed from the host, we should be using the 'force' parameter with os-brick's disconnect_volume() method. Closes-bug: #2004555 Change-Id: I63d09ad9ef465bc154c85a9ea125449c039d1b90 --- releasenotes/notes/bug-2004555-4fd67fce86c07461.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/bug-2004555-4fd67fce86c07461.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/bug-2004555-4fd67fce86c07461.yaml b/releasenotes/notes/bug-2004555-4fd67fce86c07461.yaml new file mode 100644 index 0000000..8d982c6 --- /dev/null +++ b/releasenotes/notes/bug-2004555-4fd67fce86c07461.yaml @@ -0,0 +1,11 @@ +security: + - | + Cinder glance_store driver: in order to avoid a situation where a + leftover device could be mapped to a different volume than the one + intended, the cinder glance_store driver now instructs the os-brick + library to force detach volumes, which ensures that devices are + removed from the host. + + See `Bug #2004555 + `_ for more + information about this issue. -- cgit v1.2.1