Comment 6 for bug 1252423

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to cinder (master)

Reviewed: https://review.openstack.org/62035
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=673057320929d33095c998d477c2537567ccf74b
Submitter: Jenkins
Branch: master

commit 673057320929d33095c998d477c2537567ccf74b
Author: Eric Harney <email address hidden>
Date: Fri Dec 13 11:18:56 2013 -0500

    LVM: Activate source snap LV when cloning from volume

    Similar to the change made in:
    01a2199 LVM: Activate source LV before cloning from it

    Previous change only fixed this issue for clone-from-snapshot.

    This activates the source snapshot LV when cloning from volume
    as well, fixing the problem where cloning fails due to inability
    to open the source LV device.

    Change-Id: If48be8516fd71738cb83a91683c33d02f227b9d6
    Related-Bug: 1252423
    Closes-Bug: 1260786