Comment 8 for bug 1779654

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

Reviewed: https://review.openstack.org/588171
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=8a039bb5cd00baac5e97081621e57820586a33d5
Submitter: Zuul
Branch: master

commit 8a039bb5cd00baac5e97081621e57820586a33d5
Author: Vivek Soni <email address hidden>
Date: Thu Aug 2 04:05:23 2018 -0400

    VSA: Concurrent request handling in attachment

    Issue: VSA cannot have two server created with
    same host name, so when concurrent request tries
    to create server only one request succeed and
    subsequent request gets response of exception
    of already exists.

    This fix handle concurrent request and ensure
    only one request with same host name request
    server creation on VSA.

    Change-Id: I41815510f0e6bf865a46d1efd7b73f613ddbe736
    Closes-Bug: #1779654