Comment 2 for bug 1665072

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

Reviewed: https://review.openstack.org/434462
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=41813736718e2b81d1d907bf49feb1940c1e990f
Submitter: Jenkins
Branch: master

commit 41813736718e2b81d1d907bf49feb1940c1e990f
Author: Rodrigo Barbieri <email address hidden>
Date: Wed Feb 15 16:41:34 2017 -0200

    Fix migration_success before completing

    Share task_state was set to migration_success
    before completing migration. There was still
    updates to the share model to be performed
    before completing.

    Also, small refactoring in host-assisted
    migration's migration_complete that was not
    setting the task_state migration_completing
    at the proper time, allowing a bigger window
    for 2 concurrent migration_complete calls.

    Change-Id: I88df15446ffe34f3f12770d53c3e03d232f495c2
    Closes-bug: #1665072