Comment 8 for bug 1038062

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

Reviewed: https://review.openstack.org/12082
Committed: http://github.com/openstack/nova/commit/66f6a9edce3ccd624aba5d2a6bf3362901ed57f7
Submitter: Jenkins
Branch: master

commit 66f6a9edce3ccd624aba5d2a6bf3362901ed57f7
Author: Chuck Short <email address hidden>
Date: Tue Aug 28 19:00:49 2012 -0500

    Fix creation of iscsi targets

    Previously when creating iscsi volumes, we were using

    tgt-admin -e -c <config file> --update volume-id

    Unfortunately the side affect of this is that tgt-admin
    removed other volumes that wasnt connected to an iscsi
    connector. Which is obvlously not what we want.

    In order to fix this we create the targets.conf for the
    volume but we call tgt-admin --update icssi qualified name.
    We also set the tid in the configuration file now as well.

    Fixes LP: #1038062

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