os-brick/os_brick/tests/initiator
Gorka Eguileor d937f64af2 Fix FC multipath cleanup
Cleanup order for multipath should be:
- Flush multipath (multipath -f device)
- Flush blockdev devices (blockdev --flushbufs device)
- Remove paths

But now we have:
- Flush blockdev devices (blockdev --flushbufs device)
- Flush multipath (multipath -f device)
- Remove paths

This patch sets the right order and adds a test to avoid regression.

Closes-Bug: #1502979
Change-Id: I065a79514e0fcaf722f57e2edd6f18f31878c711
2016-08-03 18:50:37 +02:00
..
connectors Fix FC multipath cleanup 2016-08-03 18:50:37 +02:00
__init__.py renamed the project to os-brick 2015-02-05 23:58:37 +00:00
test_connector.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_host_driver.py Fix race in check and access of /dev/disk/by-path/ 2015-07-28 18:30:06 +02:00
test_linuxfc.py Fix the mocking mess 2016-08-03 18:40:42 +02:00
test_linuxrbd.py Make RBDImageMetadata and RBDVolumeIOWrapper re-usable 2016-06-09 12:40:24 +00:00
test_linuxscsi.py Fix the mocking mess 2016-08-03 18:40:42 +02:00
test_linuxsheepdog.py Add sheepdog support 2016-02-19 04:57:12 +00:00