From owner-freebsd-scsi@FreeBSD.ORG Tue Feb 22 15:47:23 2005 Return-Path: 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 09CB816A4CE for ; Tue, 22 Feb 2005 15:47:23 +0000 (GMT) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A64EE43D4C for ; Tue, 22 Feb 2005 15:47:22 +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 1D3cFt-0003vY-H0; Tue, 22 Feb 2005 17:47:21 +0200 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Scott In-Reply-To: Message from Scott of "Mon, 21 Feb 2005 08:50:32 MST." <421A0348.4070600@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 22 Feb 2005 17:47:21 +0200 From: Danny Braniss Message-ID: cc: scsi@freebsd.org Subject: Re: and now it's walking! Re: iSCSI first steps! X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 15:47:23 -0000 i've stumbled on an error, and not sure it's mine :-) the target minor device number keeps growing, so far im still using 'camcontrol rescan' to update the devices, and so, dmesg: (da0:iscsi0:0:0:0): lost device (da0:iscsi0:0:0:0): removing device entry ... da0 at iscsi0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-4 device da0: 153600MB (314572800 512 byte sectors: 255H 63S/T 19581C) ... (da0:iscsi0:0:0:0): lost device (da0:iscsi0:0:0:0): removing device entry but the /dev/da0 minor device keeps growing on every reconnect. danny