diff options
author | наб <[email protected]> | 2023-04-19 18:03:42 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-19 09:03:42 -0700 |
commit | 3d37e7e5f540f513ab1d8fa61d9208c43b889401 (patch) | |
tree | 16030a17816b86f9cba51dcaedbfb2730ef991cc /man | |
parent | 23f84d161ed0ef91854be6da301ccca5ede11eec (diff) |
zfsprops.7: update mandlock
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 <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #14765
Diffstat (limited to 'man')
-rw-r--r-- | man/man7/zfsprops.7 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/man/man7/zfsprops.7 b/man/man7/zfsprops.7 index 1f6ffb59e..8f6b919cf 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. |