From owner-freebsd-stable@FreeBSD.ORG Mon Dec 11 02:43:58 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D751316A40F for ; Mon, 11 Dec 2006 02:43:58 +0000 (UTC) (envelope-from craig@feniz.gank.org) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id E713443CB0 for ; Mon, 11 Dec 2006 02:42:42 +0000 (GMT) (envelope-from craig@feniz.gank.org) Received: by ion.gank.org (Postfix, from userid 1001) id 42726115CA; Sun, 10 Dec 2006 20:43:56 -0600 (CST) Date: Sun, 10 Dec 2006 20:43:53 -0600 From: Craig Boston To: David Gilbert , freebsd-stable@freebsd.org Message-ID: <20061211024353.GA1220@nowhere> Mail-Followup-To: Craig Boston , David Gilbert , freebsd-stable@freebsd.org, Ulrich Spoerlein References: <17774.32960.176956.52924@canoe.dclg.ca> <20061203171221.GB2369@roadrunner.q.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061203171221.GB2369@roadrunner.q.local> User-Agent: Mutt/1.4.2.2i Cc: Ulrich Spoerlein Subject: Re: ggate still broken on 6.2-RC1 for amd64. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2006 02:43:58 -0000 On Sun, Dec 03, 2006 at 06:12:21PM +0100, Ulrich Spoerlein wrote: > David Gilbert wrote: > > But the ggated/ggatec in 6.2-RC1 connects now (and is happy about > > that). In fact, the tasting on the ggatec side that happens due to > > new disks showing up works, too. However, any attempt to pass > > significant traffic causes ggatec to seeminly lock up. > > /me too. Though I tested this on two FreeBSD/i386 SMP machines with > gmirror + ggated combination. There *is* traffic going on, but it is > somewhere around 50kB/s (sic! no kidding!). Have you tried increasing the send/receive buffer size? In my local ggate setup I'm running both the client and server with the options "-R 196608 -S 196608". I added it a while back after discovering that the default buffer size was inadequate in certain situations and would sometimes cause large block sized I/O to hang. This was a while ago and I mentioned it to pjd@ so the issue may be have been corrected, but it's something that shouldn't take long to try. Craig