On Mon, 12 May 2008 09:55:31 +1000 "ronnie sahlberg" <[EMAIL PROTECTED]> wrote:
> Hi, > > I propose some updates to the main STGT web page, diff based on "page > source" below in text as well as a gzip attachment Thanks a lot! > > --- stgt.berlios.de.htm.orig 2008-05-12 09:34:47.000000000 +1000 > +++ stgt.berlios.de.htm 2008-05-12 09:47:26.000000000 +1000 > @@ -67,6 +67,12 @@ > > <li> > <p> > +FCOE software target driver for standard NICs I put 'in progress' here. > +</p> > +</li> > + > +<li> > +<p> > Virtual SCSI target driver for <a > href="http://www.ibm.com/systems/p/">IBM pSeries</a> > </p> > </li> > @@ -100,6 +106,47 @@ > > <div> > <p> > +<strong>Device Emulation</strong> > +</p> > + > +<ul> > + > +<li> > +<p> > +SBC : Block Device : Virtual SCSI Harddisk using a file to store the content > +of the virtual drive. Fully functional. > +</p> > +</li> > + > +<li> > +<p> > +SMC : Media Changer : A virtual media jukebox that can be controlled > by the "mtx" tool. Partially functional. > +</p> > +</li> > + > +<li> > +<p> > +MMC : CD/DVD : Implements DVD-ROM and burnable DVD+R. Can be combined > with SMC to provide a fully operational DVD jukebox. Fully functional. > +</p> > +</li> > + > +<li> > +<p> > +SCC : Controller : Work in progress. > +</p> > +</li> We use it just as lun 0. Do we need to improve this? If not, I think that we can just drop it here. > +<li> > +<p> > +OSD : Object Based Storage : Work in progress. > +</p> > +</li> It would be better to mention SSC if we add OSD here. I try to explain all the device emulation in a similar way and use more t10 words. Here are an updated patch. Comments? Index: index.html =================================================================== --- index.html (revision 209) +++ index.html (working copy) @@ -73,6 +73,12 @@ <li> <p> +FCoE software target driver for Ethernet NICs (in progress) +</p> +</li> + +<li> +<p> <a href="http://www.qlogic.com/products/fc_san_hostadapers.asp">Qlogic qla2xxx</a> FC target driver (in progress) </p> </li> @@ -100,6 +106,46 @@ <div> <p> +<strong>Device Emulation</strong> +</p> + +<ul> + +<li> +<p> +SBC: a virtual disk drive that can use a file to store the content. +</p> +</li> + +<li> +<p> +SMC: a virtual media jukebox that can be controlled by the "mtx" tool (partially functional). +</p> +</li> + +<li> +<p> +MMC: a virtual DVD drive that can read DVD-ROM iso files and create burnable DVD+R. It can be combined with SMC to provide a fully operational DVD jukebox. +</p> +</li> + +<li> +<p> +SSC: a virtual tape device (aka VTL) that can use a file to store the content (in progress). +</p> +</li> + +<li> +<p> +OSD: a virtual object-based storage device that can use a file to store the content (in progress). +</p> +</li> + +</ul> +</div> + +<div> +<p> <strong>Document</strong> </p> _______________________________________________ Stgt-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/stgt-devel
