We still allow crc here in order to facilitate upgrades.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit
a39273b79430cc0683b29fb7550cdbf18c760d98)
# Conflicts:
# src/common/options.cc
- the STARTUP flag was already backported
.add_see_also("ms_type"),
Option("ms_mon_cluster_mode", Option::TYPE_STR, Option::LEVEL_BASIC)
- .set_default("crc")
+ .set_default("secure crc")
.set_flag(Option::FLAG_STARTUP)
.set_description("Connection modes (crc, secure) for intra-mon connections in order of preference")
.add_see_also("ms_mon_service_mode")