Comment 2 for bug 1706729

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

Reviewed: https://review.openstack.org/511737
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=a638f483fb41df4f4acc0b0f42d289ba711333e5
Submitter: Zuul
Branch: master

commit a638f483fb41df4f4acc0b0f42d289ba711333e5
Author: Shunei Shiono <email address hidden>
Date: Fri Oct 13 16:02:26 2017 +0900

    NEC driver: Never use target info in migration_status

    NEC driver uses target info in migration_status at volume creation.
    The target info will be deleted from migration_status in future
    cinder version. This patch change the driver not to use target info
    in migration_status.

    Change-Id: I04b188d1300979b3b4b070781c6c2105f638b649
    Partial-Bug: #1706729