Comment 17 for bug 1779654

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

Reviewed: https://review.openstack.org/593638
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=fec61686a0ef7cfe586e44428f7d5dfc2f571fd7
Submitter: Zuul
Branch: stable/ocata

commit fec61686a0ef7cfe586e44428f7d5dfc2f571fd7
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)