Comment 4 for bug 1252423

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

Reviewed: https://review.openstack.org/60003
Committed: http://github.com/openstack/cinder/commit/9e2ba7b5274c07cba5275d9d65ed8c73810f21f8
Submitter: Jenkins
Branch: stable/havana

commit 9e2ba7b5274c07cba5275d9d65ed8c73810f21f8
Author: Eric Harney <email address hidden>
Date: Mon Nov 18 13:42:37 2013 -0500

    LVM: Activate source LV before cloning from it

    LVM may be configured to not automatically activate
    thin-provisioned LVs.

    Ensure they are activated when performing a clone, otherwise
    dd will fail as the device does not exist in /dev/mapper/.

    Closes-Bug: #1252423

    Change-Id: Ibcb946ffe7804b1976bf1b1863c48340c8cc7fd5
    (cherry picked from commit b9ff8cd7ad8c402787324d2baca9b32f61eafb4a)