Comment 19 for bug 1335889

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

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

commit d0abb60fe7798c6fea4bfb9247db25cf15591340
Author: Michael Dovgal <email address hidden>
Date: Tue Dec 20 15:16:03 2016 +0200

    Attach/Delete volume for tgt driver race condition fix

    We have race condition when remove target operation still
    isn't completed and we try to run create target operation.
    This patch fixed this race condition by retrying create
    iscsi target operation run.

    Change-Id: I151990cc5148eb3f56e27e01fce71d87da2d9759
    Closes-Bug: #1335889