Comment 14 for bug 1779654

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

Reviewed: https://review.openstack.org/589649
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=ff4696b41e42e56112f475b0c64f7fcc61f9ac58
Submitter: Zuul
Branch: stable/queens

commit ff4696b41e42e56112f475b0c64f7fcc61f9ac58
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
    (cherry picked from commit 8a039bb5cd00baac5e97081621e57820586a33d5)