From owner-freebsd-scsi@FreeBSD.ORG Mon Feb 21 15:52:38 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 2497E16A4CE; Mon, 21 Feb 2005 15:52:38 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A46A43D54; Mon, 21 Feb 2005 15:52:35 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j1LFqsQJ042660; Mon, 21 Feb 2005 08:52:54 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <421A0348.4070600@samsco.org> Date: Mon, 21 Feb 2005 08:50:32 -0700 From: Scott User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Danny Braniss References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED, MANY_EXCLAMATIONS autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: Scott Long 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: Mon, 21 Feb 2005 15:52:38 -0000 Danny Braniss wrote: >>Looks wonderful! What are your next steps for it? >> > > it's still alpha, but > o- fdisk/newfs/dump/restore/fsck seem to be doing ok, tried it against > - NetAPP: all ok Cool > - Intransa: all ok Cool > - Linux: it crashed when i tried newfs > the linux panicked, my driver recoverd, but i need abort > the cam commands, soon. C'est la vie! =-) > > missing: > - error recovery > - when link goes down; i'll use the Linux as a target. > - screwed up connection, i guess this will wait > - the user interface: > - at the moment it does very basic things. > - documentation, documentation, documentation. > > help needed with: > - how can i do the equivalent of 'camcontrol rescan n' from inside > the driver, after it 'hooked up' to a target? Look at how the ciss driver does this at ciss_cam_rescan_target(). > > comming real soon now: > invitation to testers. Cool! Scott