Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 21 Nov 2002 16:11:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 21 Nov 2002 16:11:26 -0500 Received: from mg03.austin.ibm.com ([192.35.232.20]:63986 "EHLO mg03.austin.ibm.com") by vger.kernel.org with ESMTP id ; Thu, 21 Nov 2002 16:11:25 -0500 Content-Type: text/plain; charset=US-ASCII From: Kevin Corry Organization: IBM To: Steven Dake , Doug Ledford Subject: Re: RFC - new raid superblock layout for md driver Date: Thu, 21 Nov 2002 14:35:59 -0600 X-Mailer: KMail [version 1.2] Cc: Joel Becker , Neil Brown , linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org References: <15835.2798.613940.614361@notabene.cse.unsw.edu.au> <20021121203829.GH14063@redhat.com> <3DDD46E0.9040909@mvista.com> In-Reply-To: <3DDD46E0.9040909@mvista.com> MIME-Version: 1.0 Message-Id: <02112114355903.06518@boiler> Content-Transfer-Encoding: 7BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1271 Lines: 28 On Thursday 21 November 2002 14:49, Steven Dake wrote: > Doug, > > Yup this would be ideal and I think this is what EVMS tries to do, > although I haven't tried it. This is indeed what EVMS's new design does. It has user-space plugins that understand a variety of on-disk-metadata formats. There are plugins for LVM volumes, for MD RAID devices, for partitions, as well as others. The plugins communicate with the MD driver to activate MD devices, and with the device-mapper driver to activate other devices. As for whether DM and MD kernel drivers should be merged: I imagine it could be done, since DM already has support for easily adding new modules, but I don't see any overwhelming reason to merge them right now. I'm sure it will be discussed more when 2.7 comes out. For now they seem to work fine as separate drivers doing what each specializes in. All the integration issues that have been brought up can usually be dealt with in user-space. -- Kevin Corry corryk@us.ibm.com http://evms.sourceforge.net/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/