Comment 15 for bug 1183283

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

Reviewed: https://review.openstack.org/30967
Committed: http://github.com/openstack/cinder/commit/e7d973c51445fac372d5fe4641517797f0803e4b
Submitter: Jenkins
Branch: stable/grizzly

commit e7d973c51445fac372d5fe4641517797f0803e4b
Author: John Griffith <email address hidden>
Date: Mon May 27 20:04:56 2013 +0000

    Catch and report errors from copy image to volume.

    The copy image-to-volume errors weren't being handled
    properly and the result was the lvcreate being retried
    even though the lvcreate itself succeeded.

    The result of this was misleading errors stating that
    the volume couldn't be created because it already existed
    (which it did, becuase the create itself was succesful).

    Fixes bug: 1183283

    Change-Id: I23f05fe64475c3efe285e05a258c4625b801375c
    (cherry picked from commit b2371aeff9eccbd28952dd0f568da26722dc58f7)