From: Zac Dover Date: Mon, 7 Oct 2024 13:21:02 +0000 (+1000) Subject: doc/man: supplant "wsync" with "nowsync" as the default X-Git-Tag: v18.2.5~353^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3b87e847eac679860316284b798c0f89a5a9b0c9;p=ceph.git doc/man: supplant "wsync" with "nowsync" as the default Change the default from "wsync" to "nowsync". "nowsync" has been the default since kernel version 5.16. This information was reported on https://pad.ceph.com/p/Report_Documentation_Bugs by Benjamin Mare on 07 Oct 2024. The commit relevant to this change can be seen here, in Linus's main branch: https://github.com/torvalds/linux/commit/f7a67b463fb83a4b9b11ceaa8ec4950b8fb7f902 Co-authored-by: Anthony D'Atri Signed-off-by: Zac Dover (cherry picked from commit 9f0af5d75dc64ef0520fd78f29815d2a824a859b) --- diff --git a/doc/man/8/mount.ceph.rst b/doc/man/8/mount.ceph.rst index e45030cd096c4..686a321a52e5e 100644 --- a/doc/man/8/mount.ceph.rst +++ b/doc/man/8/mount.ceph.rst @@ -192,12 +192,13 @@ Advanced :command:`wsync` Execute all namespace operations synchronously. This ensures that the namespace operation will only complete after receiving a reply from - the MDS. This is the default. + the MDS. :command:`nowsync` Allow the client to do namespace operations asynchronously. When this option is enabled, a namespace operation may complete before the MDS - replies, if it has sufficient capabilities to do so. + replies, if it has sufficient capabilities to do so. This has been the + default since kernel version 5.16. :command:`crush_location=x` Specify the location of the client in terms of CRUSH hierarchy (since 5.8).