From owner-freebsd-geom@FreeBSD.ORG Fri Jan 20 11:15:46 2012 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 EDB3C106566C; Fri, 20 Jan 2012 11:15:46 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 435408FC12; Fri, 20 Jan 2012 11:15:45 +0000 (UTC) Received: by eekb47 with SMTP id b47so163419eek.13 for ; Fri, 20 Jan 2012 03:15:45 -0800 (PST) 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=izzUevYsVgK40PGTzr/YLDf3pDzCwUFqoB5BwvZuRwc=; b=VV5Sv8KCF04AtIOXM52Lz6eMhhxsD1Xo3565oHoQdoy0S2800m5B52rL6TDvCHnMVo 2aj3PLUHyoFULwtyQR6paV7/HIeHP47S/7CD/VdhYwR9vMjcpb8r/LvzHtIfRWf40KN2 99fCLPRxLprl0fM7MSaliIUJZCWdOQkIQiIto= Received: by 10.213.10.82 with SMTP id o18mr5273314ebo.142.1327056719024; Fri, 20 Jan 2012 02:51:59 -0800 (PST) Received: from mavbook2.mavhome.dp.ua (pc.mavhome.dp.ua. [212.86.226.226]) by mx.google.com with ESMTPS id t59sm9905189eeh.10.2012.01.20.02.51.56 (version=SSLv3 cipher=OTHER); Fri, 20 Jan 2012 02:51:57 -0800 (PST) Sender: Alexander Motin Message-ID: <4F19474A.9020600@FreeBSD.org> Date: Fri, 20 Jan 2012 12:51:54 +0200 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111227 Thunderbird/9.0 MIME-Version: 1.0 To: Nikolay Denev References: <4EAF00A6.5060903@FreeBSD.org> <05E0E64F-5EC4-425A-81E4-B6C35320608B@neveragain.de> <4EB05566.3060700@FreeBSD.org> <20111114210957.GA68559@in-addr.com> <059C17DB-3A7B-41AA-BF91-2F8EBAF17D01@gmail.com> In-Reply-To: <059C17DB-3A7B-41AA-BF91-2F8EBAF17D01@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Gary Palmer , FreeBSD-Current , Dennis K?gel , freebsd-geom@freebsd.org Subject: Re: RFC: GEOM MULTIPATH rewrite 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: Fri, 20 Jan 2012 11:15:47 -0000 On 01/20/12 10:09, Nikolay Denev wrote: > Another thing I've observed is that active/active probably only makes sense if you are accessing single LUN. > In my tests where I have 24 LUNS that form 4 vdevs in a single zpool, the highest performance was achieved > when I split the active paths among the controllers installed in the server importing the pool. (basically "gmultipath rotate $LUN" in rc.local for half of the paths) > Using active/active in this situation resulted in fluctuating performance. How big was fluctuation? Between speed of one and all paths? Several active/active devices without knowledge about each other with some probability will send part of requests via the same links, while ZFS itself already does some balancing between vdevs. -- Alexander Motin