On 13/12/12 15:28, Gianluca Cecchi wrote: > Searching on Internet I found several methods and the one I tested (at > the moment only on loop devices) and seems ok is this one below, that > passes through creating a mirror between the initial striped lv > components and the new pv with lvconvert command and then gets rid off > the initial pvs Why not just use pvmove to move the extents off the two original PVs and onto the third? The end result is the same (and internally it's not dissimilar - pmove creates a temporary mirror volume to do its work) but it's less manual work and should be more robust as pvmove does checkpointing that allows the process to be interrupted and restarted. Regards, Bryn. _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/