On Tue, Sep 22, 2009 at 05:54:59PM +0200, Fredrik Skog wrote: > I'm a bit confused about how pvmove works now... > I have done alot och pvmove on the same PV now and the total percentage > of all the pvmoves is alot bigger than 100% > 17%+21%+7%+5%+67%+5%+..... > Why is that? Read the pvmove man page. You should break up the move into lots of smaller pieces using the PE range syntax. If the data is contiguous, you'll have moved 67%, the largest of those numbers, and restarted at the beginning every time. Better to 'divide and conquer' so you get lots of smaller moves that reach 100%. Alasdair _______________________________________________ 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/