]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Garbage Remains when Attached Volume is Migrated with NFS Driver
authorRushil Chugh <rushil@netapp.com>
Mon, 8 Dec 2014 22:09:36 +0000 (17:09 -0500)
committerRushil Chugh <rushil@netapp.com>
Mon, 12 Jan 2015 22:28:18 +0000 (22:28 +0000)
commitc2023be0056f0a0fdc141115d5fca0cd4a164ca5
tree0a66732da4bd2c455b33497575e87b470b650910
parentf4c222bc9a6eceedf1d655e200ccec1b403ef6bd
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
cinder/tests/test_volume.py
cinder/volume/manager.py