From 3d37e7e5f540f513ab1d8fa61d9208c43b889401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Wed, 19 Apr 2023 18:03:42 +0200 Subject: [PATCH] zfsprops.7: update mandlock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=f7e33bdbd6d1bdf9c3df8bba5abcf3399f957ac3 https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/?id=7e59106e9c34458540f7d382d5b49071d1b7104f Fixes: commit fb9baa9b2045a193a3caf0a46b5cac5ef7a84b61 ("zfsprops.8: remove nbmand-not-used-on-Linux and pointer to mount(8)") Reviewed-by: Brian Behlendorf Signed-off-by: Ahelenia ZiemiaƄska Closes #14765 --- man/man7/zfsprops.7 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/man/man7/zfsprops.7 b/man/man7/zfsprops.7 index 1f6ffb59e32f..8f6b919cfc0b 100644 --- a/man/man7/zfsprops.7 +++ b/man/man7/zfsprops.7 @@ -38,7 +38,7 @@ .\" Copyright (c) 2019, Kjeld Schouten-Lebbing .\" Copyright (c) 2022 Hewlett Packard Enterprise Development LP. .\" -.Dd July 21, 2022 +.Dd April 18, 2023 .Dt ZFSPROPS 7 .Os . @@ -80,7 +80,9 @@ for zettabyte The following are all valid .Pq and equal specifications: -.Li 1536M, 1.5g, 1.50GB . +.Li 1536M , +.Li 1.5g , +.Li 1.50GB . .Pp The values of non-numeric properties are case sensitive and must be lowercase, except for @@ -1254,10 +1256,12 @@ location. Controls whether the file system should be mounted with .Sy nbmand .Pq Non-blocking mandatory locks . -This is used for SMB clients. Changes to this property only take effect when the file system is umounted and remounted. -Support for these locks is scarce and not described by POSIX. +This was only supported by Linux prior to 5.15, and was buggy there, +and is not supported by +.Fx . +On Solaris it's used for SMB clients. .It Sy overlay Ns = Ns Sy on Ns | Ns Sy off Allow mounting on a busy directory or a directory which already contains files or directories.