On Sun, Aug 17, 2003 at 06:41:38PM +0100, Alasdair G Kergon wrote: > 383/384 means the kernel mirror has only successfully copied 383 out > of 384 512-KB regions from (major, minor) (3,4) to (9,2). > > The first pvmove segment has > 12 16MB extents = 393216 sectors = 384 512KB regions. Well, now after I did some pvmoves of individual LVs, pvmove /dev/hda4 hangs at a different point: activate/dev_manager.c:487 pvmove Mirror status: 2 003:004 009:002 511/512 activate/dev_manager.c:532 pvmove Mirror percent: 99.804688 dmsetup says: 0 524288 mirror core 1 1024 2 003:004 111146736 009:002 56852864 524288 229376 linear 003:004 88864496 753664 2326528 linear 003:004 89093872 [...] I hope I understand these numbers correctly: The first line means that the virtual device vgraid-pvmove0 starts with 524288 blocks (512 byte each). These are located at position 111146736 on /dev/hda4 and 56852864 on /dev/md2. (But I don't know what core 1 1024 2 means) I can read/write these areas with dd, without error messages. > We haven't implemented bad sector error reporting and handling yet, > so for now, you have to construct pvmoves to avoid any bad sectors. I don't think the drives have bad sectors - at least I didn't see any signs of bad sectors by now. And I pvmoved a 19GB LV, much more than the global pvmove gets done. All the moves had decent performance, ~20MB/s, where the source drive only reads ~30MB/s with dd. The only strange thing I saw was that there sometimes where some seconds without any disk activity at all. Jan _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/