Comment 8 for bug 1621452

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/newton)

Reviewed: https://review.openstack.org/383467
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1ef4b725f1df54bc45f6d50a02d9aa65d3bff338
Submitter: Jenkins
Branch: stable/newton

commit 1ef4b725f1df54bc45f6d50a02d9aa65d3bff338
Author: jichenjc <email address hidden>
Date: Wed Sep 7 04:41:06 2016 +0800

    Catch DevicePathInUse in attach_volume

    DevicePathInUse might be raised in attach action,
    we didn't catch it so a 500 error might be returned
    to end user.

    Change-Id: Ic9f0979b5adef28bb47756e7fc2ce5a3d6493298
    Closes-Bug: 1621452
    (cherry picked from commit 6051499a856659290c381e1a80328e48fe8a2199)