Comment 2 for bug 1662148

Revision history for this message
Vijay Ladani (vijay-ladani) wrote :

As per the previous bug https://bugs.launchpad.net/cinder/+bug/1658888 filed against HPE 3PAR driver. Cause of failure is, multiple threads are trying to enter in initialize_connection OR terminate_connection method at the same time which leads to an above error.

Fix is to apply lock on those methods.