From owner-freebsd-geom@FreeBSD.ORG Mon Dec 28 02:44:18 2009 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2191106568D for ; Mon, 28 Dec 2009 02:44:18 +0000 (UTC) (envelope-from gcubfg-freebsd-geom@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 9DCEF8FC0A for ; Mon, 28 Dec 2009 02:44:18 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NP5af-000293-Ak for freebsd-geom@freebsd.org; Mon, 28 Dec 2009 03:44:13 +0100 Received: from 26-58.dsl.iskon.hr ([89.164.26.58]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Dec 2009 03:44:13 +0100 Received: from ivoras by 26-58.dsl.iskon.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Dec 2009 03:44:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-geom@freebsd.org From: Ivan Voras Date: Mon, 28 Dec 2009 03:43:52 +0100 Lines: 13 Message-ID: References: <20091202133911.GA96216@melamine.cuivre.fr.eu.org> <20091202183231.GA4362@melamine.cuivre.fr.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 26-58.dsl.iskon.hr User-Agent: Thunderbird 2.0.0.23 (X11/20090817) In-Reply-To: <20091202183231.GA4362@melamine.cuivre.fr.eu.org> Sender: news Subject: Re: [PATCH] Forcing preferred path in geom_multipath X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2009 02:44:19 -0000 Thomas Quinot wrote: > * Thomas Quinot, 2009-12-02 : > >> Any suggestions as to how to achieve the desired ordering of preferred >> paths for each multipath geom? > > OK, here's a simple solution, add a new verb to gmultipath to allow the > user to switch to a new preferred provider. Review/comments welcome. Hi, This looks useful - did you perhaps contact the author of gmultipath so that he can commit it?