From owner-freebsd-scsi@FreeBSD.ORG Thu Aug 24 15:15:46 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 7AC2816A4DD for ; Thu, 24 Aug 2006 15:15:46 +0000 (UTC) (envelope-from ken@nargothrond.kdm.org) Received: from nargothrond.kdm.org (nargothrond.kdm.org [70.56.43.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F5D343D53 for ; Thu, 24 Aug 2006 15:15:45 +0000 (GMT) (envelope-from ken@nargothrond.kdm.org) Received: from nargothrond.kdm.org (localhost [127.0.0.1]) by nargothrond.kdm.org (8.13.6/8.13.6) with ESMTP id k7OFFSR9052150; Thu, 24 Aug 2006 09:15:28 -0600 (MDT) (envelope-from ken@nargothrond.kdm.org) Received: (from ken@localhost) by nargothrond.kdm.org (8.13.6/8.13.6/Submit) id k7OFFSGp052149; Thu, 24 Aug 2006 09:15:28 -0600 (MDT) (envelope-from ken) Date: Thu, 24 Aug 2006 09:15:28 -0600 From: "Kenneth D. Merry" To: Danny Braniss Message-ID: <20060824151528.GA52114@nargothrond.kdm.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i X-Virus-Scanned: ClamAV 0.88.1/1722/Thu Aug 24 04:29:40 2006 on nargothrond.kdm.org X-Virus-Status: Clean 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: Thu, 24 Aug 2006 15:15:46 -0000 On Thu, Aug 24, 2006 at 18:05:41 +0300, Danny Braniss wrote: > hi, > this target (Wasabi) is returning Check Condition for > a INQ. LUN 1, (which probably is ok, since it does not exist), I return > ccb_h->status = CAM_SCSI_STATUS_ERROR; > but it seems that the CAM is ignoring it, since it will try again, and > again, etc. [or i'm doing something wrong :-] If this is a result of the inquiry on initial probe (most likely), you shouldn't get any more than 4 retries. What SCSI status byte, sense key, ASC and ASCQ are you returning? Ken -- Kenneth Merry ken@FreeBSD.ORG