Comment 18 for bug 1226337

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

Reviewed: https://review.openstack.org/48970
Committed: http://github.com/openstack/cinder/commit/d9514d796185220715b09c8c17e71eeb1337ba2f
Submitter: Jenkins
Branch: master

commit d9514d796185220715b09c8c17e71eeb1337ba2f
Author: John Griffith <email address hidden>
Date: Mon Sep 30 08:45:52 2013 -0600

    Dont retry if target creation succeeds

    The target creation retry loop was not breaking when
    the target was succesfully created. This is "sometimes" ok,
    however in other cases this will actually cause a failure in
    the second create and the backing Lun will be deleted and not
    created again succesfully due most likely to a busy status on the
    target.

    Add a break in the try block.

    Change-Id: I875f6302868651b5b42d4796cd2714fba35e525e
    Closes-Bug: #1226337