Windows ODX will significantly reduce client-server network traffic and CPU time usage during large data transfers because all the data movement is at the back end storage network
Note: This feature will only work on storage devices with SPC4 and SBC3 specification implementation.
Functional details
- The Windows ODX feature is embedded in the copy engine of the Windows operating system; during storage enumeration, Windows will query the ODX capability of the storage device
- Copy source storage device and copy destination storage device should be managed under the same copy manager for copy offload support
- If a copy offload operation fails, the storage device’s copy manager must return the proper additional sense data for the apps’ error handling
- The Windows copy engine will fall back to the traditional copy operation if the copy offload operation fails
Using ODX
- The data transfer app must ensure both copy source LUN and copy destination LUN are ODX capable before calling the ODX API routines
- In Windows explorer, users could use “drag and drop” or “copy and paste” to perform copy offload
- When the source LUN and destination LUN are mounted with the file system, the app must only call FSCTL_Offload_Read and FSCTL_Offload_Write to perform data transfer from the source LUN to the destination LUN
- If a copy offload operation fails, the storage device’s copy manager must return the proper additional sense data for apps’ error handling
- When the source LUN or destination LUN is not mounted with the file system and locked, the app must call IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES with DeviceDsmAction_OffloadRead or DeviceDsmAction_OffloadWrite action to perform copy offload
- Storage management apps may use SCSI_PASS_THROUGH API to perform offloaded data transfers when both source and destination LUNs are not mounted with any file system and locked
Tests
- To ensure a robust user experience, verify the Windows ODX certification of the storage array
- The storage device must comply with Windows Offloaded Data Transfers certification (used to be Logo) requirements to support ODX feature
- Use the Windows Offloaded Data Transfers Hardware Certification Kit to verify the ODX feature support of the storage devices
No comments:
Post a Comment