On Monday 05 June 2006 17:43, Mario Becroft (mailing list) wrote: > On Tue, 2006-06-06 at 00:31 +0200, Heinz Mauelshagen wrote: > > On Sun, Jun 04, 2006 at 10:46:45AM -0400, Mag Gam wrote: > > > Is it better to create 1 partition on a disk, and use that into the > > > LVM, or have a blank disk, and use that in the LVM (if possible)? I prefer full disks where possible. Unless you have to boot from it there is no need for a partition table. > Another reason for creating a partition (perhaps a silly one, but I have > found it useful) is that discs from different vendors (or even the same > vendor) that are supposedly the same size often vary slightly, so I find > it useful to create a partition slightly smaller than the total size of > the disc. This is a little wasteful of space, but means that if I need > to drop in a replacement disc that is slightly smaller than the original > one, I can just copy an image of the old disc and it will generally > work--otherwise I would have to fiddle around with whatever was near the > end of the old disc. Yeah it is a little silly. If the disk is good enough to image it's probably good enough to pvmove off of. If that's the case take the new disk pvcreate it, add it to the volume group and pvmove /dev/old /dev/new once that completes just vgremove the old one. Works like a champ. If you run into problems wholesale pvmoving you can go to pvmove by extent. Like I said above, unless you have to boot from the disk there is no need for partition tables. -- Zac Slade krakrjak@volumehost.net ICQ:1415282 YM:krakrjak AIM:ttyp99 _______________________________________________ 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/