On Wednesday 10 February 2010 00:22:31 Iain Buchanan wrote: > On Tue, 2010-02-09 at 08:47 +0100, J. Roeleveld wrote: > > I now only need to figure out the best way to configure LVM over this to > > get the best performance from it. Does anyone know of a decent way of > > figuring this out? > > I got 6 disks in Raid-5. > > why LVM? Planning on changing partition size later? LVM is good for > (but not limited to) non-raid setups where you want one partition over a > number of disks. > > If you have RAID 5 however, don't you just get one large disk out of it? > In which case you could just create x partitions. You can always use > parted to resize / move them later. > > IMHO recovery from tiny boot disks is easier without LVM too. >
I've been using LVM for quite a while now and prefer it over any existing partitioning method. Especially as this array is for filesharing and I prefer to keep different shares on different partitions and the requirements for sizes are not known at the beginning. Also, the machine this is in uses Xen virtualisation to consolidate different servers on a single machine (power-consumption and most servers only need a lot of resources occasionally) and I already have over 80 LVs just for the virtual machines themselves. (multiple each, as I don't like a single large partition for any machine) As for recovery, I always use "sysrescuecd" (http://www.sysresccd.org) and this has Raid and LVM support in it. (Same with the Gentoo-livecds) -- Joost