Skip to content

Commit 9f0af5d

Browse files
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: torvalds/linux@f7a67b4 Co-authored-by: Anthony D'Atri <[email protected]> Signed-off-by: Zac Dover <[email protected]>
1 parent af86cb5 commit 9f0af5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/man/8/mount.ceph.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,13 @@ Advanced
192192
:command:`wsync`
193193
Execute all namespace operations synchronously. This ensures that the
194194
namespace operation will only complete after receiving a reply from
195-
the MDS. This is the default.
195+
the MDS.
196196

197197
:command:`nowsync`
198198
Allow the client to do namespace operations asynchronously. When this
199199
option is enabled, a namespace operation may complete before the MDS
200-
replies, if it has sufficient capabilities to do so.
200+
replies, if it has sufficient capabilities to do so. This has been the
201+
default since kernel version 5.16.
201202

202203
:command:`crush_location=x`
203204
Specify the location of the client in terms of CRUSH hierarchy (since 5.8).

0 commit comments

Comments
 (0)