David Mulder
47eae704ae
- Update to cifs-utils 6.8. + document more mount options + man pages now generated from RST files + add python-docutils build dependency + update keyring to check tarball signature - Add typo corrections, better doc and configure fixes from upstream + add 0001-docs-cleanup-rst-formating.patch + add 0002-mount.cifs.rst-document-new-no-handlecache-mount-opt.patch + add 0003-manpage-update-mount.cifs-manpage-with-info-about-rd.patch + add 0004-checkopts-add-python-script-to-cross-check-mount-opt.patch + add 0005-mount.cifs.rst-document-missing-options-correct-wron.patch + add 0006-cifs-utils-support-rst2man-3.patch + add 0007-checkopts-report-duplicated-options-in-man-page.patch + add 0008-mount.cifs.rst-more-cleanups.patch + add 0009-mount.cifs.rst-document-vers-3-mount-option.patch + add 0010-mount.cifs.rst-document-vers-3.02-mount-option.patch - Cleanup spec file * assume SUSE vendor and SLE >= 11 OBS-URL: https://build.opensuse.org/request/show/634977 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=153
31 lines
978 B
Diff
31 lines
978 B
Diff
From 03a3296c79f8195f94c43a3b4feb09df75d9b90e Mon Sep 17 00:00:00 2001
|
|
From: Kenneth Dsouza <kdsouza@redhat.com>
|
|
Date: Fri, 13 Jul 2018 23:49:59 +0530
|
|
Subject: [PATCH 03/10] manpage: update mount.cifs manpage with info about rdma
|
|
option
|
|
|
|
Signed-off-by: Kenneth Dsouza <kdsouza@redhat.com>
|
|
---
|
|
mount.cifs.rst | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
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
|
|
--
|
|
2.13.7
|
|
|