svn commit: r42866 - head/en_US.ISO8859-1/htdocs/news/status

Gabor Pali pgj at FreeBSD.org
Sun Oct 6 19:08:45 UTC 2013


Author: pgj
Date: Sun Oct  6 19:08:44 2013
New Revision: 42866
URL: http://svnweb.freebsd.org/changeset/doc/42866

Log:
  - Add Q3 entry on the in-kernel iSCSI stack
  
  Submitted by:	trasz

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml	Sun Oct  6 16:56:51 2013	(r42865)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml	Sun Oct  6 19:08:44 2013	(r42866)
@@ -19,7 +19,7 @@
 
     <!-- XXX: keep updating the number of entries -->
     <p>Thanks to all the reporters for the excellent work!  This report
-      contains 15 entries and we hope you enjoy reading it.</p>
+      contains 16 entries and we hope you enjoy reading it.</p>
 
     <!-- XXX: set date for the next set of submissions -->
     <p>The deadline for submissions covering between October and
@@ -801,4 +801,49 @@
 	mailing list.</task>
     </help>
   </project>
+
+  <project cat='kern'>
+    <title>Native iSCSI Stack</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Edward Tomasz</given>
+	  <common>Napierała</common>
+	</name>
+	<email>trasz at FreeBSD.org</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="https://wiki.freebsd.org/Native%20iSCSI%20target" />
+    </links>
+
+    <body>
+      <p>Due to the quickly approaching time of 10.0-RELEASE, the
+	priorities for the native iSCSI stack shifted somewhat, from
+	performance optimizations to making sure the new stack is
+	reliable, feature-complete and is able to interoperate correctly
+	with various implementations.  Plenty of time was invested into
+	testing and debugging, mostly on the initiator side, to make
+	sure it works correctly with other targets, such as Solaris
+	COMSTAR, and behaves properly in edge conditions, e.g.  in case
+	of connection problems.  Nevertheless, some fundamental
+	optimizations, such as Immediate Data support, were implemented.
+	Also, the documentation has improved, and there is going to be a
+	new section added to the &os; Handbook that describes the use of
+	the new stack.</p>
+
+      <p>The new stack was committed to <tt>head</tt> and will ship as
+	part of 10.0-RELEASE.  There is ongoing work on fixing issues
+	reported by early adopters.</p>
+
+      <p>This project is being sponsored by The &os; Foundation.</p>
+    </body>
+
+    <help>
+      <task>Fix newly reported issues.</task>
+      <task>Improve performance.</task>
+    </help>
+  </project>
 </report>


More information about the svn-doc-all mailing list