Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756939AbZCYUgw (ORCPT ); Wed, 25 Mar 2009 16:36:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753786AbZCYUgm (ORCPT ); Wed, 25 Mar 2009 16:36:42 -0400 Received: from palinux.external.hp.com ([192.25.206.14]:40845 "EHLO mail.parisc-linux.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752727AbZCYUgl (ORCPT ); Wed, 25 Mar 2009 16:36:41 -0400 Date: Wed, 25 Mar 2009 14:36:24 -0600 From: Matthew Wilcox To: Christoph Hellwig , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH] Add a 'wait-scan' command to /proc/scsi/scsi. Message-ID: <20090325203624.GT14127@parisc-linux.org> References: <1238007647-25752-1-git-send-email-notting@redhat.com> <20090325190137.GA8509@infradead.org> <20090325190321.GB25176@nostromo.devel.redhat.com> <20090325192653.GS14127@parisc-linux.org> <20090325194756.GA26465@nostromo.devel.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090325194756.GA26465@nostromo.devel.redhat.com> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2771 Lines: 65 On Wed, Mar 25, 2009 at 03:47:56PM -0400, Bill Nottingham wrote: > Matthew Wilcox (matthew@wil.cx) said: > > On Wed, Mar 25, 2009 at 03:03:21PM -0400, Bill Nottingham wrote: > > > Then where is a better place to put this, as scsi_wait_scan.ko is > > > a ridiculous interface for userspace? > > > > It would be nice if people would comment on "ridiculous interface"s when > > they're asked for feedback, instead of waiting more than two years. > > Sure, but asking all people who might eventually have to use it > to always watch any possible interface addition isn't practical. Right. I asked several people at Red Hat about the interface and I got a "yeah, OK, whatever" kind of response. Clearly you need to educate your colleagues to pass these kinds of interface questions along to you. > I would have hoped that the fact that the interface required loading > a module and immediately removing it by hand is suboptimal enough > that it wouldn't have gotten in in the first place. It seems pretty elegant to me, actually. There's no overhead after you're done (unlike having a sysfs file, or even including a new ability in a procfs file). > > I think you're misunderstanding how to use scsi_wait_scan. The idea was > > that the bit of userspace that probes all the device drivers would do: > > > > modprobe fusion.ko > > modprobe aic79xx.ko > > modprobe sym53c8xx.ko > > modprobe scsi_wait_scan > > rmmod scsi_wait_scan > > > > et voila, you're done. It seems like you want random other bits of > > userspace to wait for scsi scanning to be done, and that wasn't the > > original intent. > > Well, in the case I'm looking at, udev is what's loading the host > controllers, and there needs to be some sort of synchronization point > between that and LVM invocations, fsck, mount, etc. Since scans > aren't sent over as events for udev to catch, 'udevadm settle' > isn't enough. So ... if we sent a udev event when the scan list was empty, you'd be OK? > Removing, loading, and removing scsi_wait_scan works > here, but it just seems like a kludge. I don't quite understand why it was loaded, and not unloaded immediately. > I can trigger a load of scsi_wait_scan when hosts are registered > in udev, but that's still ugly, and sort of overkill. That would rather miss the point, yes. -- Matthew Wilcox Intel Open Source Technology Centre "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step." -- 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/