Comment 2 for bug 1358552

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/115169
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ce2031afb2e42c756c065f423126ffd1a61b820a
Submitter: Jenkins
Branch: master

commit ce2031afb2e42c756c065f423126ffd1a61b820a
Author: warewang <email address hidden>
Date: Tue Aug 19 08:31:58 2014 +0800

    FIX: Fail to remove the logical volume

    The logical volume can not be removed when delete VM error. I look at the
    code, found that parameter is a list in the libvirt's lvm, but in
    imagebackend, parameters passed is a string.

    Change-Id: I222f6c5cfe5be63105f2fd8afd7ccd209ca2e5f7
    Closes-Bug: #1358552