Comment 7 for bug 1621452

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

Reviewed: https://review.openstack.org/367358
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6051499a856659290c381e1a80328e48fe8a2199
Submitter: Jenkins
Branch: master

commit 6051499a856659290c381e1a80328e48fe8a2199
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