Comment 12 for bug 1302774

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

Reviewed: https://review.openstack.org/90354
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=27fe5638caed1544220943b07895c8afc70dab32
Submitter: Jenkins
Branch: master

commit 27fe5638caed1544220943b07895c8afc70dab32
Author: Nikola Dipanov <email address hidden>
Date: Fri Apr 25 18:39:43 2014 +0200

    Remove check_{attach,detach} from volumes API

    These methods are not called from anywhere and are likely just a relic
    from splitting Cinder out from Nova. Moreover their usage from the API
    should really be discouraged as they are inherently racy (the result is
    immediately outdated since it is not atomic with anything that might
    follow).

    Partial-bug: #1302774
    Change-Id: I5d79b22b2a1d3c9be429a13d094328fc2075fcd2