From owner-freebsd-current@FreeBSD.ORG Wed Oct 26 09:09:48 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B890E106564A for ; Wed, 26 Oct 2011 09:09:48 +0000 (UTC) (envelope-from dk@mail.neveragain.de) Received: from mail.neveragain.de (mail.neveragain.de [IPv6:2001:aa8:fffc::25]) by mx1.freebsd.org (Postfix) with ESMTP id 8587C8FC08 for ; Wed, 26 Oct 2011 09:09:48 +0000 (UTC) Received: by mail.neveragain.de (Postfix, from userid 1002) id 6AA8F1703C; Wed, 26 Oct 2011 11:09:47 +0200 (CEST) Date: Wed, 26 Oct 2011 11:09:47 +0200 From: Dennis Koegel To: freebsd-current@freebsd.org Message-ID: <20111026090947.GA90384@neveragain.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: gmultipath: act/act, path checking? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2011 09:09:48 -0000 Cheers, are there any plans to have gmultipath support for active/active? Also, is there any way to check available paths periodically? As far as I unterstand, once gmultipath kicks a certain path due to failure, it will never come back automatically. (And it won't ever be used if it isn't working at boot time) I've found some discussion about this from 2008, but nothing since... Thanks, - D.