From owner-freebsd-current@FreeBSD.ORG Fri Oct 28 19:37:31 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7446B106566B for ; Fri, 28 Oct 2011 19:37:31 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 02E068FC0C for ; Fri, 28 Oct 2011 19:37:30 +0000 (UTC) Received: by faar19 with SMTP id r19so5619526faa.13 for ; Fri, 28 Oct 2011 12:37:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=8WooQuGI7mlGs5vXbDWLNMjF3lEuzamQEGDqkJRDAb8=; b=XaNZzk+vanSA268LKl0RMK6iTqKrEFQD9MxlH65WPRTuWjZYMJZN+v7FuiNtdX5RhZ +TkSVfHv6BsRu3x9yjoV9M/3rHi6xWD3OwfbdrOOe2q72Wvomi8+dEqiaZo6tfKEd90y F7vy7mgdPOCXB7TePr4IcX26oqyHfwx0KFDIY= Received: by 10.223.5.201 with SMTP id 9mr8459700faw.5.1319830649886; Fri, 28 Oct 2011 12:37:29 -0700 (PDT) Received: from mavbook2.mavhome.dp.ua (pc.mavhome.dp.ua. [212.86.226.226]) by mx.google.com with ESMTPS id y8sm19061608faj.10.2011.10.28.12.37.28 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 28 Oct 2011 12:37:28 -0700 (PDT) Sender: Alexander Motin Message-ID: <4EAB0477.8060401@FreeBSD.org> Date: Fri, 28 Oct 2011 22:37:27 +0300 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111003 Thunderbird/7.0.1 MIME-Version: 1.0 To: Dennis Koegel References: <4EA83DB1.4070602@FreeBSD.org> In-Reply-To: <4EA83DB1.4070602@FreeBSD.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: current Subject: Re: 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: Fri, 28 Oct 2011 19:37:31 -0000 On 26.10.2011 12:09, Dennis Koegel wrote: > are there any plans to have gmultipath support for active/active? Few days ago I've started from fixing some issues in gmultipath and already rewritten half of it while trying to make it usable. I expect to have something to present in a week or two. It will also include active/active mode support there, as at my present point required changes are minimal. -- Alexander Motin.