]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
LVM: add the exception handling to volume copy
authorVincent Hou <sbhou@cn.ibm.com>
Mon, 31 Aug 2015 07:14:37 +0000 (15:14 +0800)
committerVincent Hou <sbhou@cn.ibm.com>
Thu, 10 Sep 2015 03:14:08 +0000 (11:14 +0800)
commit224688ce914444531181af9dff1ce794d7108490
treeca3578b8ed9fd1281b55dc8cbf3122356f50fdff
parent1fd83e14d28e18569af63ee2882dc174eacec3ac
LVM: add the exception handling to volume copy

If the volume copy fails from one vg to another one on
the same host, the destination volume on the destination
pool should be removed.

Change-Id: I41922e197e09827582e660a6a00b86aa7044093e
Closes-Bug: #1489335
cinder/tests/unit/test_volume.py
cinder/volume/drivers/lvm.py