-
- Downloads
libceph: introduce connection modes and ms_mode option
msgr2 supports two connection modes: crc (plain) and secure (on-wire
encryption). Connection mode is picked by server based on input from
client.
Introduce ms_mode option:
ms_mode=legacy - msgr1 (default)
ms_mode=crc - crc mode, if denied fail
ms_mode=secure - secure mode, if denied fail
ms_mode=prefer-crc - crc mode, if denied agree to secure mode
ms_mode=prefer-secure - secure mode, if denied agree to crc mode
ms_mode affects all connections, we don't separate connections to mons
like it's done in userspace with ms_client_mode vs ms_mon_client_mode.
For now the default is legacy, to be flipped to prefer-crc after some
time.
Signed-off-by:
Ilya Dryomov <idryomov@gmail.com>
Showing
- include/linux/ceph/auth.h 6 additions, 2 deletionsinclude/linux/ceph/auth.h
- include/linux/ceph/ceph_fs.h 6 additions, 0 deletionsinclude/linux/ceph/ceph_fs.h
- include/linux/ceph/libceph.h 1 addition, 0 deletionsinclude/linux/ceph/libceph.h
- net/ceph/auth.c 8 additions, 4 deletionsnet/ceph/auth.c
- net/ceph/ceph_common.c 63 additions, 0 deletionsnet/ceph/ceph_common.c
- net/ceph/ceph_strings.c 14 additions, 0 deletionsnet/ceph/ceph_strings.c
- net/ceph/mon_client.c 2 additions, 2 deletionsnet/ceph/mon_client.c
Loading
Please register or sign in to comment