From owner-freebsd-geom@FreeBSD.ORG Thu Jan 29 14:42:58 2004 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B397016A4CE for ; Thu, 29 Jan 2004 14:42:58 -0800 (PST) Received: from trinity.supernews.net (trinity.ranger.supernews.net [216.168.1.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id A67D243D1D for ; Thu, 29 Jan 2004 14:42:54 -0800 (PST) (envelope-from andrew@supernews.net) Received: from andrew by trinity.supernews.net with local (Exim 4.24; FreeBSD) id 1AmKs8-0004xE-Mi; Thu, 29 Jan 2004 22:42:52 +0000 To: Pawel Jakub Dawidek In-Reply-To: <20040129213642.GD72053@garage.freebsd.pl> (Pawel Jakub Dawidek's message of "Thu, 29 Jan 2004 22:36:42 +0100") References: <20040129213642.GD72053@garage.freebsd.pl> Date: Thu, 29 Jan 2004 22:42:35 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Andrew - Supernews" Message-Id: cc: freebsd-geom@freebsd.org Subject: Re: geom_fox? (multipathing) X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2004 22:42:58 -0000 >>>>> "Pawel" == Pawel Jakub Dawidek writes: Pawel> Currently multipathing with ISP driver is not possible, Pawel> because ISP driver when path is disconnected doesn't cancels Pawel> request and doesn't returns an error to upper layers and there Pawel> is no chance to detect such situation. Yes, that was one of the issues I've been looking into. In the fabric case there are two different failure modes - the ISP->fabric link can fail (this one currently seems to hang forever until the link is restored) and the fabric->array link (or the array processor) can fail, which the ISP driver does detect (but which still doesn't seem to be handled right). The second of those is actually more important to me than the first. If there's anything I can do to help either with the ISP driver, or testing, let me know... Pawel> GEOM_FOX AFAIK is only a proof-of-conecpt. Yes, I was contemplating making it more than that, but it seems that this would duplicate part of your work. (You've gone further with it than I would have needed to go at this stage) -- Andrew, Supernews http://www.supernews.com