Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755453AbZALUXJ (ORCPT ); Mon, 12 Jan 2009 15:23:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757194AbZALUWu (ORCPT ); Mon, 12 Jan 2009 15:22:50 -0500 Received: from srv5.dvmed.net ([207.36.208.214]:52611 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756931AbZALUWs (ORCPT ); Mon, 12 Jan 2009 15:22:48 -0500 Message-ID: <496BA671.3070900@garzik.org> Date: Mon, 12 Jan 2009 15:22:09 -0500 From: Jeff Garzik User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: James Bottomley CC: Boaz Harrosh , Matthew Wilcox , Benny Halevy , Andrew Morton , Al Viro , Avishay Traeger , open-osd development , linux-scsi , linux-kernel , linux-fsdevel Subject: Re: [PATCH 7/9] exofs: mkexofs References: <4947BFAA.4030208@panasas.com> <4947CA5C.50104@panasas.com> <20081229121423.efde9d06.akpm@linux-foundation.org> <495B8D90.1090004@panasas.com> <1230739053.3408.74.camel@localhost.localdomain> <4960D3CA.2000202@panasas.com> <1231783926.3256.29.camel@localhost.localdomain> <496B989F.7050907@garzik.org> <1231790190.15161.29.camel@localhost.localdomain> In-Reply-To: <1231790190.15161.29.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.4 (----) X-Spam-Report: SpamAssassin version 3.2.5 on srv5.dvmed.net summary: Content analysis details: (-4.4 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 5875 Lines: 136 James Bottomley wrote: > On Mon, 2009-01-12 at 14:23 -0500, Jeff Garzik wrote: >>> It's an indicator of one. If you buy my premise that OSD cannot be >>> relevant without compelling user cases, then the lack of a user API can >>> be viewed as a symptom of this. >> If having a compelling user case was a prereq for kernel inclusion, well >> over half the code would be gone. > > I'm not holding this against inclusion ... I'm saying it's a symptom of > the generic relevance to user issues problem that OSD has. > >>> I think your choice of using a character device will turn out to be a >>> design mistake because the migration path of existing filesystems is >>> bound to be a block device with extra features (which they may or may >>> not make use of) but only if there's a way to make ODS relevant to >>> users. >> It is fantasy to think we will be migrating ext4 to OSD. That fantasy >> is not a compelling reason to block OSD development. > > OK, so your quote managed to miss this bit: > > "Right, so I'm reasonably happy to accept libosd for what it is: an > enabler for a few specialised applications. " > > I can't see how that can be construed as "blocking OSD development". > The word "accept" is conventionally used in Linux parlance to mean "will > send upstream". Yet you continue to expend energy complaining about migrating block-based filesystems to OSD, a complex, overhead-laden undertaking _no one_ has proposed or entertained. >> To sum, >> >> * exofs needs a userspace library, around which the standard filesystem >> tools will be built, most notably mkfs, dump, restore, fsck >> >> * talk of migrating existing filesystems is wildly premature (and a bit >> of a silly argument, since you are also arguing that OSD lacks >> compelling use cases) > > So criticising lacking compelling use cases while at the same time > suggesting how to find them is wrong? > > Actually, If the only use case OSD can bring to the table is requiring > new filesystems, then there's nothing of general user relevance for it > on the horizon ... anywhere. There's never going to be a compelling > reason to move the consumer OSDs in the various development labs to > production because nothing would be able to use them on a mass scale. > If we could derive a benefit from OSD in existing filesystems, then they > do have user relevance, and Seagate and the others might just consider > releasing the devices. If Seagate were to release a production OSD device, do you really think they would prefer a block-based filesystem hacked to work with OSDs? I don't think so. Existing block filesystems are very much purpose built for sector-based storage as implemented on modern storage devices. No kernel API can hand-wave that away. The whole point of OSDs is to move some of the overhead to the storage device, not _add_ to the overhead. > Note that "providing benefit to" does not equate to "rewriting the > filesystem for" ... and it shouldn't; the benefit really should be > incremental. And that's the crux of my criticism. While OSD are > separate things that we have to rewrite whole filesystems for, they're > never going to set the world on fire. If they could be used with only > incremental effort, they might. The bridge for the incremental effort > will come from a properly designed kernel API. Well, hey, if you wanna expend energy creating a kernel API that presents a complex OSD as simple block-based storage, go for it. AFAICS it's just extra overhead and complexity when a new filesystem could do the job much better. And I seriously doubt Linus or anyone else will want to hack up a block-based filesystem in this manner. Better to create a silly "for argument's sake" OSD block device, upon which any block-based filesystem can be mounted. (Note I said block device, _not_ filesystem) >> * an in-kernel OSD-based filesystem needs some sort of generic in-kernel >> libosd API, so that multiple OSD filesystems do not reinvent the wheel >> each time. >> >> * OSD was bound to be annoying, because it forces the kernel filesystem >> to either (a) talk SCSI or (b) use messages that can be converted to >> SCSI OSD commands, like existing drivers convert the block layer's READ >> and WRITE to device-specific commands. > > OK, so what you're arguing is that unlike block devices where we can > produce a useful generic abstraction that is protocol agnostic, for OSD > we can't? As I've said before, I think this might be true, but fear it > dooms OSD to being too difficult to use. No, a generic abstraction is "(b)" in my quoted paragraph. But it's certainly easy to create an OSD block device client, that simulates sector-based storage, if you are motivated in that direction. But that only makes sense if you want the extra overhead (square peg, round hole), which no sane person will want. Face it, only screwballs want to mount ext4 on an OSD. >> * Trying to force OSD to export a block device is pushing a square peg >> through a round hole. Thus, the best (and only) alternative is >> character device. What you really want is a Third Way(tm): a mmap'able >> message device, since you really want to export an API to userspace. > > only allowing a character tap raises the effort bar on getting other > filesystems to use it, because they're all block based ... That's irrelevant, since no one is calling for block-based filesystems to be converted to use OSD. And I can only imagine the push-back, should someone actually propose doing so. Filesystems are very much purpose-built for their storage paradigm. Jeff -- 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/