Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2003 12:17:05 -0700 (PDT)
From:      Kip Macy <kmacy@fsmware.com>
To:        Peter Ross <Peter.Ross@alumni.tu-berlin.de>
Cc:        freebsd-cluster@freebsd.org
Subject:   Re: Re[2]: iSCSI and clustering with FreeBSD
Message-ID:  <Pine.LNX.4.21.0306231214400.31872-100000@walnut.he.net>
In-Reply-To: <20030623214253.O520@guckloch.zuhause>

next in thread | previous in thread | raw e-mail | index | archive | help
> It starts with basic design questions. Sorry, I am always late..
> 
> I want to implement the iSCSI initiator as a CAM SIM driver. I was pointed
> to the umass driver which is a "translator" between SCSI and USB commands.
> The developers handbook gives me a good introduction how to write a SIM
> driver.

A good place to start is to write something strictly in userland that logs
in and generates traffic to the target. When I wrote my target it was
initially all in userland. After, the protocol handling had proven to be 
robust I moved it into the kernel.

If you try to familiarize yourself with too many things at once, it may
take you a long time to get started.


				-Kip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0306231214400.31872-100000>