Windows Offloaded Data Transfers Overview
Publicada: febrero de 2012
Actualizado: julio de 2012
Se aplica a: Windows Server 2012
This topic provides an overview of Windows Offloaded Data Transfer (ODX, also known as copy offload) in Windows Server 2012. ODX enables direct data transfers within or between compatible storage devices without transferring the data through the host computer.
Did you mean…
Windows Offloaded Data Transfer (ODX) functionality in Windows Server 2012 maximizes an enterprise’s investment in intelligent storage arrays by enabling the arrays to directly transfer data within or between compatible storage devices, bypassing the host computer.
By offloading the file transfer to the storage array, ODX minimizes latencies, maximizes array throughput, and reduces resource usage such as CPU and network consumption on the host computer. Windows Server 2012 offloads file transfers transparently and automatically when you move or copy files, irrespective of whether you drag-and-drop files through Explorador de archivos or use command-line file copy commands.
Some of the applications of ODX include:
-
Rapidly import and export Hyper-V virtual machines that are stored on an ODX-capable storage array and accessed via iSCSI, Fibre Channel, or SMB file shares
-
Transfer large files such as database files or video files with increased speed and decreased CPU and network resource consumption on the host server
In traditional host-based file transfers, the data to be transferred must be:
-
Read from the storage through the source server
-
Transferred across the network to the destination server
-
Written back to the storage through the destination server
To eliminate this inefficiency, ODX uses a token-based mechanism for reading and writing data within or between intelligent storage arrays. Instead of routing the data through the host, a small token is copied between the source server and destination server. The token serves as a point-in-time representation of the data. As an example, when you copy a file or migrate a virtual machine between storage locations (within or between storage arrays), a token representing the virtual machine file is copied, thereby removing the need to copy the underlying data through the servers.
The following figure explains the steps that are involved with a token-based copy operation.
Figure 1 Token-based copy operation
This procedure is described in the following steps:
-
A user copies or moves a file by using Windows Explorer, a command line interface, or as part of a virtual machine migration.
-
Windows Server 2012 automatically translates this transfer request into an ODX (if supported by the storage array), and it receives a token that represents the data.
-
The token is copied between the source server and destination server.
-
The token is delivered to the storage array.
-
The storage array internally performs the copy or move and provides status information to the user.
Nota |
|---|
|
To use ODX, your storage arrays must meet the following requirements:
-
Must be certified compatible with Windows Offloaded Data Transfer (ODX) on Windows Server 2012
-
To support ODX between storage arrays, the copy manager for the storage arrays must support cross-storage array ODX, and the storage arrays must be from the same vendor
-
Must be connected by using one of the following protocols:
-
iSCSI
-
Fibre Channel
-
Fibre Channel over Ethernet
-
Serial Attached SCSI (SAS)
-
iSCSI
-
Must use one of the following configurations:
-
One server with one storage array
-
One server with two storage arrays
-
Two servers with one storage array
-
Two servers with two storage arrays
-
One server with one storage array
To use ODX, your environment must support the following:
-
The computer initiating the data transfer must be running Windows 8 or Windows Server 2012.
-
File system filter drivers such as antivirus and encryption programs need to opt-in to ODX. ODX is not supported by the following file system filter drivers:
-
Data Deduplication
-
BitLocker Drive Encryption
-
Data Deduplication
-
Files must be on an unencrypted basic partition. Storage Spaces and dynamic volumes are not supported.
-
Files must be on a volume formatted using NTFS. ReFS and FAT are not supported. Files can be directly transferred to or from this volume, or from one of the following containers:
-
A Virtual Hard Disk (VHD) that uses the VHD or VHDX formats
-
A file share that uses the SMB protocol
-
A Virtual Hard Disk (VHD) that uses the VHD or VHDX formats
-
The files must be 256 KB or larger – smaller files are transferred using a traditional (non-ODX) file transfer.
-
The application that performs the data transfer must be written to support ODX. The following currently support ODX:
-
Hyper-V management operations that transfer large amounts of data at a time, such as creating a fixed size virtual hard disk (VHD), merging snapshot or converting virtual hard disks.
-
Explorador de archivos
-
Copy commands in Windows PowerShell
-
Copy commands in Windows command prompt (including Robocopy)
-
Hyper-V management operations that transfer large amounts of data at a time, such as creating a fixed size virtual hard disk (VHD), merging snapshot or converting virtual hard disks.
-
Files should not be highly fragmented. Transfers of highly fragmented files will have reduced performance.
To use ODX with virtual machines hosted by Hyper-V, the virtual machines need to access storage from an ODX-capable storage array. You can achieve this by using any of the following approaches.
-
Store the VHD on an ODX-capable iSCSI LUN
-
Assign ODX-capable iSCSI LUNs to the virtual machine's iSCSI initiator
-
Assign ODX-capable Fibre Channel LUNs to the virtual machine's virtual Fibre Channel adapter
-
Connect the host or virtual machine to an SMB file share on another computer that is hosted on an ODX-capable storage array
For more information, see the following resources.
| Content type | References |
|---|---|
|
Deployment |
Implementar las transferencias de datos descargados de Windows |
|
API Reference |
FSCTL_OFFLOAD_READ control code | FSCTL_OFFLOAD_WRITE control code | T10 SCSI Primary Command Spec (SPC4r36) | Windows 8 Devices Requirements |

Nota