]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Snapshot of bootable volume goes in error state
authorPranaliDeore <pranali11.deore@nttdata.com>
Tue, 27 Jan 2015 12:46:58 +0000 (04:46 -0800)
committerPranaliDeore <pranali11.deore@nttdata.com>
Mon, 16 Feb 2015 05:43:03 +0000 (21:43 -0800)
commit8583aaf8542225da5542d4871763617c1378b1e3
tree4e9eb8143072a410e1453715c1f4ee8dfd4041da
parent7cd5fe6bb5b138a3df6665ae7c1fefa4da403f38
Snapshot of bootable volume goes in error state

If volume is not created from image, no glance
metadata would be available for that volume/snapshot
in volume glance metadata table. So simply catch
GlanceMetadataNotFound and do nothing.

Closes-Bug: #1413880
Change-Id: Ic3267d422912f94e966412859e2b8bddeddfb75f
cinder/tests/test_volume.py
cinder/volume/flows/manager/create_volume.py
cinder/volume/manager.py