Comment 1 for bug 1011166

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

Reviewed: https://review.openstack.org/11930
Committed: http://github.com/openstack/nova/commit/9135f836151df4bc32e3c3fea208e3cee6f7d6dc
Submitter: Jenkins
Branch: master

commit 9135f836151df4bc32e3c3fea208e3cee6f7d6dc
Author: Chuck Short <email address hidden>
Date: Fri Aug 24 10:48:09 2012 -0500

    Trap iscsiadm error

    If the iscsitarget was previously deleted and the user tries
    to delete the iscsi target again, then you get a nasty traceback
    in the logfiles.

    According to the iscsiadm man page, iscsiadm returns an error 21,
    ISCSI_ERR_NO_OBJS_FOUND if there is no records/targets/sessions/portals
    found to execute the operation on.

    LP: #1011166

    Change-Id: I3087c1a114fe91bd7361d92688d4f926bc3f8951
    Signed-off-by: Chuck Short <email address hidden>