From owner-freebsd-scsi@FreeBSD.ORG Fri Aug 25 18:25:39 2006 Return-Path: X-Original-To: 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 C2ED116A4DF; Fri, 25 Aug 2006 18:25:39 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CBBC43D45; Fri, 25 Aug 2006 18:25:39 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1GGgN7-0006Gy-Sp; Fri, 25 Aug 2006 21:25:37 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: "Kenneth D. Merry" In-reply-to: Your message of Thu, 24 Aug 2006 09:15:28 -0600 . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Aug 2006 21:25:37 +0300 From: Danny Braniss Message-ID: Cc: scsi@freebsd.org Subject: Re: iSCSI/luns/check-condition 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: Fri, 25 Aug 2006 18:25:39 -0000 just one other fishy matter: i've set max_luns to 1, and it's still trying LUN 0 & LUN 1, how come? ... struct ccb_pathinq *cpi = &ccb->cpi; ... cpi->max_lun = 1; danny