Bug 1367805 - Previously removed iSCSI multipath volumes can be rediscovered by future disconnect_volume calls before being unmapped on the backend by os-terminate_connection.
Summary: Previously removed iSCSI multipath volumes can be rediscovered by future disc...
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-nova
Version: 7.0 (Kilo)
Hardware: x86_64
OS: Linux
high
high
Target Milestone: async
: 7.0 (Kilo)
Assignee: Lee Yarwood
QA Contact: Prasanth Anbalagan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-17 14:13 UTC by Lee Yarwood
Modified: 2021-03-11 14:39 UTC (History)
12 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-01-19 08:47:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Lee Yarwood 2016-08-17 14:13:46 UTC
Description of problem:
Previously removed iSCSI multipath volumes can be rediscovered by future disconnect_volume calls before being unmapped on the backend by os-terminate_connection.

This becomes a real issue when the mutlipath configuration for a given backend defaults to using queue_if_no_path as rediscovered devices will queue I/O once they have been unmapped.

Version-Release number of selected component (if applicable):
N/A

How reproducible:
Unclear at present. RHBZ#1351169 documents an example using a VNX backend but further attempts to reproduce this with a basic iSCSI/LVM environment have been inconclusive.

Steps to Reproduce:
1. Boot multiple volume backed instances using a multipath iSCSI backend. Ensure queue_if_no_path is configured for the environment.
2. Delete instances, forcing multiple disconnect_volume calls to be made to a single host.

Actual results:
Multipath devices are not removed with their path devices marked as faulty. systemd-udev processes can also be seen in a D state on the host in question.

Expected results:
Multipath devices and their underlying path devices are removed correctly from the host during disconnect_volume and are not rediscovered.

Additional info:

Comment 8 awaugama 2017-09-07 19:13:23 UTC
Closed without a fix therefore QE won't automate


Note You need to log in before you can comment on or make changes to this bug.