]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man: supplant "wsync" with "nowsync" as the default 60163/head
authorZac Dover <zac.dover@proton.me>
Mon, 7 Oct 2024 13:21:02 +0000 (23:21 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 7 Oct 2024 13:38:55 +0000 (23:38 +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>
doc/man/8/mount.ceph.rst

index 7ecdeb5e852549e285d90d0ea478e03083f7f76d..553e190bdac0f6d8918fb989776898618de2e6a7 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).