diff options
author | Kenneth Dsouza <kdsouza@redhat.com> | 2018-07-13 23:49:59 +0530 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2018-07-15 10:20:56 -0700 |
commit | 03a3296c79f8195f94c43a3b4feb09df75d9b90e (patch) | |
tree | ebdfe47b1c5f7242f6148606e49ba215811be30d /mount.cifs.rst | |
parent | bfcbfaa27a6bcfea3d463e793feff5a983f344a5 (diff) | |
download | cifs-utils-03a3296c79f8195f94c43a3b4feb09df75d9b90e.tar.gz cifs-utils-03a3296c79f8195f94c43a3b4feb09df75d9b90e.tar.bz2 cifs-utils-03a3296c79f8195f94c43a3b4feb09df75d9b90e.zip |
manpage: update mount.cifs manpage with info about rdma option
Signed-off-by: Kenneth Dsouza <kdsouza@redhat.com>
Diffstat (limited to 'mount.cifs.rst')
-rw-r--r-- | mount.cifs.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mount.cifs.rst b/mount.cifs.rst index 405c459..56c1bf9 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -403,6 +403,11 @@ echo_interval=n If this option is not given then the default value of 60 seconds is used. The minimum tunable value is 1 second and maximum can go up to 600 seconds. +rdma + Use to connect to SMB Direct, only applicable when specified with + vers=3 or vers=3.x. + Here 3.x can be 3.0, 3.02 or 3.1.1. + serverino Use inode numbers (unique persistent file identifiers) returned by the server instead of automatically generating temporary inode numbers on |