Activity log for bug #1502979

Date Who What changed Old value New value Message
2015-10-05 16:57:33 Gorka Eguileor bug added bug
2015-10-05 16:57:39 Gorka Eguileor os-brick: assignee Gorka Eguileor (gorka)
2015-10-05 17:13:03 Gorka Eguileor description When fixing bug #1487169 a change in the Storage Device Removal was inadvertently introduced 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. 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.
2015-10-05 18:21:04 Gorka Eguileor summary Incorrect order when removing Multipath Storage Device Incorrect order when removing Multipath FC Storage Device
2015-10-05 18:36:17 OpenStack Infra os-brick: status New In Progress
2016-08-24 20:42:42 OpenStack Infra os-brick: status In Progress Fix Released