deeraj.patil@ibm.com has uploaded this change for review.
Xcopy : ShortCopy support for COPY offload operation
When the server is enabled with this option, server will only copy
copy_offload_chunk_size amount of data in a single operation and will
return NFS4_OK along with the actual number of bytes copied.
The client can then issue subsequent COPY requests for the
remaining byte range by advancing the source and destination offsets,
ensuring forward progress until the entire copy is completed.
This allows large COPY requests to be processed as a sequence of smaller
copy operations instead of requiring the entire transfer to complete in a
single request.
Change-Id: Ic159f7c5d965731954ab03c99da9ff93bb3d8e0b
Signed-off-by: Deeraj.Patil <Deeraj.Patil@ibm.com>
---
M src/Protocols/NFS/nfs4_op_copy.c
M src/config_samples/config.txt
M src/doc/man/ganesha-core-config.rst
M src/include/gsh_config.h
M src/support/nfs_read_conf.c
5 files changed, 14 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/41/1243041/1
To view, visit change 1243041. To unsubscribe, or for help writing mail filters, visit settings.