From owner-svn-doc-head@FreeBSD.ORG Sat Oct 11 00:15:23 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D53C055B; Sat, 11 Oct 2014 00:15:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A71D781B; Sat, 11 Oct 2014 00:15:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9B0FNvs093396; Sat, 11 Oct 2014 00:15:23 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9B0FNXb093395; Sat, 11 Oct 2014 00:15:23 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201410110015.s9B0FNXb093395@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sat, 11 Oct 2014 00:15:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45783 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2014 00:15:23 -0000 Author: bjk Date: Sat Oct 11 00:15:23 2014 New Revision: 45783 URL: https://svnweb.freebsd.org/changeset/doc/45783 Log: Add report on CTL acceleration Approved by: hrs (mentor, blanket) Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml Fri Oct 10 23:46:43 2014 (r45782) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml Sat Oct 11 00:15:23 2014 (r45783) @@ -1980,4 +1980,62 @@ be happy to improve our documentation any time.

+ + + VMWare VAAI and Microsoft ODX acceleration in CTL + + + + + Alexander + Motin + + mav@FreeBSD.org + + + + +

CAM Target Layer (CTL), used as base for the kernel iSCSI + server, got support for VMWare VAAI and Microsoft ODX + storage acceleration. It permits avoiding network + bottlenecks and improved storage efficiency on sets of large + operations, such as virtual machine (or large file) creation, + initialization to zeros, copy, delete, etc..

+ +

VMWare VAAI includes support for these primitives/SCSI + commands: Atomic Test and Set (ATS) — COMPARE AND + WRITE command; Extended Copy (Clone) — SPC-3 subset + of XCOPY commands; Write Same (Zero) — set of WRITE + SAME commands; Dead Space Reclamation (Delete) &mdash UNMAP + command.

+ +

Microsoft ODX includes support for these SCSI commands: + POPULATE TOKEN/WRITE USING TOKEN (SPC-4 extensions of + XCOPY), WRITE SAME and UNMAP.

+ +

All XCOPY operations are currently limited to one storage host. + ODX operations are currently limited only to iSCSI disks. + Accelerated inter-host copying or copying to/from files on + Samba shares is not implemented and handled by initiators in + the legacy way.

+ +

The code is committed to FreeBSD head and stable/10 branches, + and will be present in FreeBSD 10.1 and FreeNAS 9.2.1.8 / + 9.3 releases.

+ + + + iXsystems, Inc. + + + + +

Full support for thin provisioning, including capacity + usage reporting and thresholds notifications.

+
+ +

Inter-host XCOPY operations.

+
+
+