From: Ilya Dryomov Date: Sat, 26 Jul 2025 09:35:08 +0000 (+0200) Subject: doc/man/rbd: update ms_mode default (legacy -> prefer-crc) X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4d7cf5565d4ae287aa69ecaba086f97e17391ff6;p=ceph.git doc/man/rbd: update ms_mode default (legacy -> prefer-crc) 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 --- diff --git a/doc/man/8/rbd.rst b/doc/man/8/rbd.rst index 55fa96e33285..311167c5f6c5 100644 --- a/doc/man/8/rbd.rst +++ b/doc/man/8/rbd.rst @@ -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'