Incorrect order when removing Multipath FC Storage Device
Bug #1502979 reported by
Gorka Eguileor
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
os-brick |
Fix Released
|
Undecided
|
Gorka Eguileor |
Bug Description
When fixing bug #1487169 a change in the Storage Device Removal was inadvertently introduced to Fibre Channel connector and the order for a clean device removal was altered.
Order 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
Which is not the right order.
Changed in os-brick: | |
assignee: | nobody → Gorka Eguileor (gorka) |
description: | updated |
summary: |
- Incorrect order when removing Multipath Storage Device + Incorrect order when removing Multipath FC Storage Device |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/231135
Review: https:/