]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man: supplant "wsync" with "nowsync" as the default 60200/head
authorZac Dover <zac.dover@proton.me>
Mon, 7 Oct 2024 13:21:02 +0000 (23:21 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 8 Oct 2024 17:46:30 +0000 (03:46 +1000)
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 <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 9f0af5d75dc64ef0520fd78f29815d2a824a859b)

doc/man/8/mount.ceph.rst

index e45030cd096c47f6b711a871f30821a946b2ad23..686a321a52e5e255c7949ccee826afce911a297b 100644 (file)
@@ -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).