]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man/rbd: update ms_mode default (legacy -> prefer-crc)
authorIlya Dryomov <idryomov@gmail.com>
Sat, 26 Jul 2025 09:35:08 +0000 (11:35 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 28 Jul 2025 08:27:00 +0000 (10:27 +0200)
The default was switched to msgr2 in prefer-crc mode in commit
a577f6fa405c ("krbd: "rbd device map" command should use msgr2 by
default").

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
doc/man/8/rbd.rst

index 55fa96e33285f953223fb89dd5af1bd4078b1d15..311167c5f6c5bd0751d47dcb1b7bb1b803da114d 100644 (file)
@@ -895,7 +895,7 @@ Per mapping (block device) `rbd device map` options:
   backend that the data is incompressible, disabling compression in aggressive
   mode (since 5.8).
 
-* ms_mode=legacy - Use msgr1 on-the-wire protocol (since 5.11, default).
+* ms_mode=legacy - Use msgr1 on-the-wire protocol (since 5.11).
 
 * ms_mode=crc - Use msgr2.1 on-the-wire protocol, select 'crc' mode, also
   referred to as plain mode (since 5.11).  If the daemon denies 'crc' mode,
@@ -907,8 +907,8 @@ Per mapping (block device) `rbd device map` options:
   fail the connection.
 
 * ms_mode=prefer-crc - Use msgr2.1 on-the-wire protocol, select 'crc'
-  mode (since 5.11).  If the daemon denies 'crc' mode in favor of 'secure'
-  mode, agree to 'secure' mode.
+  mode (since 5.11, default).  If the daemon denies 'crc' mode in favor of
+  'secure' mode, agree to 'secure' mode.
 
 * ms_mode=prefer-secure - Use msgr2.1 on-the-wire protocol, select 'secure'
   mode (since 5.11).  If the daemon denies 'secure' mode in favor of 'crc'