From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3E68BDA5.175E6C6C@silicide.dk> From: Jon Bendtsen MIME-Version: 1.0 Subject: Re: [linux-lvm] lvm and md References: <3E6803F3.5060507@exavio.com.cn> Content-Transfer-Encoding: 7bit Sender: linux-lvm-admin@sistina.com Errors-To: linux-lvm-admin@sistina.com Reply-To: linux-lvm@sistina.com List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: Date: Fri Mar 7 09:42:02 2003 List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-lvm@sistina.com Peter Yao wrote: > > Should we build lvm volumns on top of soft raid(md) or build md on top > of lvm volumns? > I prefer to build md on top of lvm volumns because lvm can hide the > hardware details from md. Just want to know how do you think about this. > Or any URLs? Thanks. why would you need to hide the hardware details from md ? The way i do it is to md 2 disks together into a pair, and then pvcreate it and add it to my VG. That way i can get more and more disks into the system. I have thought about creating 2 VG's, and then run md ontop of that, but it's more work, as you would have to resize 2 LV's, and besides, a harddisk failure might trash one of your VG's. Meaning more repair work. JonB