No - there was no discussion of adding scsi targets to linux (per your
definition or otherwise).

Since the Emulex driver tracks things by target (actually FC remote port)
rather than luns, having the ability to have driver data space in the
lun didn't help much. Yes, the driver data space could be in the
transport-specific FC remote port, but I thought a more generic solution
would have been prefered - thus the patch request.

At this point, it appears that consensus is against the need for this,
especially as it can be handled within the only area needed today - that of
the FC transport.

-- james s


> -----Original Message-----
> From: Vladislav Bolkhovitin [mailto:[EMAIL PROTECTED]
> Sent: Sunday, February 06, 2005 9:18 AM
> To: linux-scsi@vger.kernel.org
> Cc: Smart, James
> Subject: Re: [PATCH 3/3] MidLayer updates - extending scsi_target
> support
> 
> 
> Please, forgive me my ignorance, it looks like something was happened 
> "behind the scene" (linux-scsi list), and I missed it. Is support for 
> SCSI targets started to be added in Linux? I mean "SCSI 
> targets" as the 
> ability to export local devices on a SCSI bus. If so, please consider 
> proposed SCSI target mid-level (SCST) living on 
> http://scst.sourceforge.net. In the next few weeks we are 
> going to clean 
> it a bit and prepare the patch, so it could start being part of some 
> testing tree, probably "-mm", although it is stable enough ever for 
> Linus one.
> 
> BTW, are there any descriptions for current scsi_target 
> support and in 
> which direction it's moving?
> 
> Vlad
> 
> [EMAIL PROTECTED] wrote:
> > Patch 3: 
> >   This patch extends scsi_target support:
> >   - Allows for driver-specific data to be allocated along with the
> >     target structure and accessible via the 
> starget->hostdata pointer.
> >   - Adds scsi target alloc/configure/destory callbacks to the
> >     scsi host template.
> >   - Rearranges the calling sequences for scsi targets so that the
> >     target and slave alloc/configure/destory callbacks are in
> >     order (target before slave on alloc/configure).
> > 
> > -- James S
> 
> 
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to