From 976d318b4892fb1ed5e5f8abaa94b4deef9b0ac8 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Fri, 22 Nov 2019 18:39:58 +0100 Subject: [PATCH] common/options: remove unused ms_msgr2_{sign,encrypt}_messages These are unused since 1d29722f801c ("switch monc, daemons to use new msgr2 auth frame exchange"). As they default to false, a confused user might flip them to true and think that their client <-> OSD traffic is encrypted. The new set of options was added in c7ee66c3e54b ("auth,msg/async/ProtocolV2: negotiate connection modes"). Fixes: https://tracker.ceph.com/issues/42976 Signed-off-by: Ilya Dryomov --- src/common/options.cc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index ddfef20fce211..b71d6f3efa0ab 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -975,16 +975,6 @@ std::vector