Comment 5 for bug 1391172

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

Reviewed: https://review.openstack.org/147996
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=0b2f27813314bc7b6cd3ae8510a5dff55d0d3d90
Submitter: Jenkins
Branch: stable/juno

commit 0b2f27813314bc7b6cd3ae8510a5dff55d0d3d90
Author: Rushil Chugh <email address hidden>
Date: Thu Jan 15 14:12:30 2015 -0500

    Garbage Remains when Attached Volume is Migrated with NFS Driver

    Garbage volume remained when an attached NFS volume was migrated
    to another NFS backend. An error message was generated as the
    attached volume was not detached before being migrated. The root
    cause of the issue is that status_update['status'] is only set
    for retype and not for migration from one NFS backend to another
    NFS backend. This patch proposes to fix the aforementioned issue
    where migration fails from one NFS backend to another NFS backend.

    Change-Id: I657a46d98b1e2a52cec128308cbbf39166c3625b
    Closes-bug: 1391172
    (cherry picked from commit: c2023be0056f0a0fdc141115d5fca0cd4a164ca5)