From owner-freebsd-scsi@FreeBSD.ORG Mon Aug 14 08:09:03 2006 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C7B116A4DD for ; Mon, 14 Aug 2006 08:09:03 +0000 (UTC) (envelope-from geoffb@chuggalug.clues.com) Received: from chuggalug.clues.com (chuggalug2.demon.co.uk [83.104.169.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9672E43D45 for ; Mon, 14 Aug 2006 08:09:02 +0000 (GMT) (envelope-from geoffb@chuggalug.clues.com) Received: from chuggalug.clues.com (localhost [127.0.0.1]) by chuggalug.clues.com (8.12.10/8.12.10) with ESMTP id k7E88wKP058902; Mon, 14 Aug 2006 08:08:58 GMT (envelope-from geoffb@chuggalug.clues.com) Received: (from geoffb@localhost) by chuggalug.clues.com (8.12.10/8.12.10/Submit) id k7E88w6w058901; Mon, 14 Aug 2006 08:08:58 GMT (envelope-from geoffb) Date: Mon, 14 Aug 2006 08:08:57 +0000 From: Geoff Buckingham To: Matthew Jacob Message-ID: <20060814080857.GA58022@chuggalug.clues.com> References: <44DB8A9C.8090609@centtech.com> <44DC6F9F.4060405@centtech.com> <20060811154348.GA83765@chuggalug.clues.com> <44DCA9F1.1000302@centtech.com> <7579f7fb0608121101g112e006cy1112d282fab753d3@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7579f7fb0608121101g112e006cy1112d282fab753d3@mail.gmail.com> User-Agent: Mutt/1.4.1i Cc: freebsd-scsi@freebsd.org Subject: Re: isp issues on recent -STABLE X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Aug 2006 08:09:03 -0000 > > On 8/11/06, Eric Anderson wrote: > >On 08/11/06 10:43, Geoff Buckingham wrote: > >> On Fri, Aug 11, 2006 at 06:53:03AM -0500, Eric Anderson wrote: > >>> [..snip..] > > > >I have this one host connected to a single QLogic fiber channel switch, > >which has 5 ACNC fiber channel arrays attached to it, along with a tape > >robot and tape drives. Three of the arrays present 3 LUNs each (2TB per > >LUN), and two of them present 2 LUNs each, 4GB and 10TB - I'm not using > >these two arrays much yet, and are not really associated with the problems. > > > >> man camcontrol, look at the tags section. > >> > > > >Strange that I've never hit this in the past, but now I seem to be > >hitting it quite often. The vendor of the arrays says queue depth is > >256 per LUN, and that coincides with my messages above I believe. > > You may want to try reducing the queue size with camcontrol as a potential work-around to your hangs. I believe the 256 queue size from your logs is the FreeBSD default, not a value negotiated with your LUN/Array. A small reduction might help if there was something like an off by one error in one of the queue implimentations. A larger reduction might help if, for example, there were only 256 tags available for the whole array (giving each of three LUNs around 80 tags each). The latter scenario may be more likely if you had recently started using new LUNs on the arrays in question.