mbox series

[0/1] Enable inter server to server copies on a export

Message ID 20211028145939.644286-1-steved@redhat.com (mailing list archive)
Headers show
Series Enable inter server to server copies on a export | expand

Message

Steve Dickson Oct. 28, 2021, 2:59 p.m. UTC
The patch introduces the 's2sc' export option to exportfs
and along with the recently sent kernel patch will
enable inter server to server copies on specified
exports

The idea being when servers have very interconnect
(as in cluster environments) admins can use this 
option to create very fast copy paths. 

Steve Dickson (1):
  exportfs: Add the 's2sc' option allowing inter server to server copies

 support/include/nfs/export.h |  1 +
 support/nfs/exports.c        |  5 +++++
 utils/exportfs/exportfs.c    |  2 ++
 utils/exportfs/exports.man   | 14 ++++++++++++++
 4 files changed, 22 insertions(+)