From owner-freebsd-scsi@FreeBSD.ORG Thu Aug 24 15:05:43 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 8E7A916A4E1 for ; Thu, 24 Aug 2006 15:05:43 +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 1809543D5A for ; Thu, 24 Aug 2006 15:05:43 +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 1GGGm5-000GTB-EB for scsi@freebsd.org; Thu, 24 Aug 2006 18:05:41 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: scsi@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 24 Aug 2006 18:05:41 +0300 From: Danny Braniss Message-ID: Cc: Subject: 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:05:43 -0000 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 :-] help, danny PS: this is under FreeBSD 6.1 - stable.