Comment 23 for bug 1226337

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

Reviewed: https://review.openstack.org/49229
Committed: http://github.com/openstack/cinder/commit/1aef7b6304af6c19b8ceb81cbd9a3c83bb4880de
Submitter: Jenkins
Branch: master

commit 1aef7b6304af6c19b8ceb81cbd9a3c83bb4880de
Author: John Griffith <email address hidden>
Date: Tue Oct 1 12:05:14 2013 -0600

    Check for backing lun on iscsi target create

    Check to verify the backing lun was actually created and not just
    the controller lun. If it was NOT created, attempt to issue
    tgtadm --op new to see if we can recover.

    If this fails, then we want to actually fail in Cinder rather than
    pretending that everything went well, so we'll log the error and raise.

    Change-Id: I3cabab0d214c051267638a627664df2b673236e3
    Closes-Bug: #1226337