diff options
author | Pavel Shilovsky <pshilov@microsoft.com> | 2020-02-25 11:15:06 -0800 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2020-09-03 10:35:18 -0700 |
commit | b9d94cdbcee72024623ef61425c4de30512efc3f (patch) | |
tree | 20c7a28ea23331b5ea4c739ad523222c0a7d4d21 /mount.cifs.rst | |
parent | 3d399e4a9a2741af5383c35323eb702f8e2fe913 (diff) | |
download | cifs-utils-b9d94cdbcee72024623ef61425c4de30512efc3f.tar.gz cifs-utils-b9d94cdbcee72024623ef61425c4de30512efc3f.tar.bz2 cifs-utils-b9d94cdbcee72024623ef61425c4de30512efc3f.zip |
mount.cifs.rst: add nolease mount option
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
Diffstat (limited to 'mount.cifs.rst')
-rw-r--r-- | mount.cifs.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mount.cifs.rst b/mount.cifs.rst index 354269b..b872fe3 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -420,6 +420,12 @@ forcemandatorylock locallease Check cached leases locally instead of querying the server. +nolease + Do not request lease/oplock when openning a file on the server. This turns + off local caching of IO, byte-range lock and read metadata operations + (see ``actimeo`` for more details about metadata caching). Requires SMB2 + and above (see ``vers``). + sfu When the CIFS or SMB3 Unix Extensions are not negotiated, attempt to create device files and fifos in a format compatible with Services for Unix |