For most connections, there are options that control which modes are used:
-* ``ms_cluster_mode`` is the connection mode (or permitted modes) used
- for intra-cluster communication between Ceph daemons. If multiple
- modes are listed, the modes listed first are preferred.
-* ``ms_service_mode`` is a list of permitted modes for clients to use
- when connecting to the cluster.
-* ``ms_client_mode`` is a list of connection modes, in order of
- preference, for clients to use (or allow) when talking to a Ceph
- cluster.
+.. confval:: ms_cluster_mode
+.. confval:: ms_service_mode
+.. confval:: ms_client_mode
There are a parallel set of options that apply specifically to
monitors, allowing administrators to set different (usually more
secure) requirements on communication with the monitors.
-* ``ms_mon_cluster_mode`` is the connection mode (or permitted modes)
- to use between monitors.
-* ``ms_mon_service_mode`` is a list of permitted modes for clients or
- other Ceph daemons to use when connecting to monitors.
-* ``ms_mon_client_mode`` is a list of connection modes, in order of
- preference, for clients or non-monitor daemons to use when
- connecting to monitors.
-
+.. confval:: ms_mon_cluster_mode
+.. confval:: ms_mon_service_mode
+.. confval:: ms_mon_client_mode
Transitioning from v1-only to v2-plus-v1
----------------------------------------
type: str
level: basic
desc: Connection modes (crc, secure) for intra-mon connections in order of preference
+ fmt_desc: the connection mode (or permitted modes) to use between monitors.
default: secure crc
see_also:
- ms_mon_service_mode
type: str
level: basic
desc: Allowed connection modes (crc, secure) for connections to mons
+ fmt_desc: a list of permitted modes for clients or
+ other Ceph daemons to use when connecting to monitors.
default: secure crc
see_also:
- ms_service_mode
level: basic
desc: Connection modes (crc, secure) for connections from clients to monitors in
order of preference
+ fmt_desc: a list of connection modes, in order of
+ preference, for clients or non-monitor daemons to use when
+ connecting to monitors.
default: secure crc
see_also:
- ms_mon_service_mode
type: str
level: basic
desc: Connection modes (crc, secure) for intra-cluster connections in order of preference
+ fmt_desc: connection mode (or permitted modes) used
+ for intra-cluster communication between Ceph daemons. If multiple
+ modes are listed, the modes listed first are preferred.
default: crc secure
see_also:
- ms_service_mode
type: str
level: basic
desc: Allowed connection modes (crc, secure) for connections to daemons
+ fmt_desc: a list of permitted modes for clients to use
+ when connecting to the cluster.
default: crc secure
see_also:
- ms_cluster_mode
type: str
level: basic
desc: Connection modes (crc, secure) for connections from clients in order of preference
+ fmt_desc: a list of connection modes, in order of
+ preference, for clients to use (or allow) when talking to a Ceph
+ cluster.
default: crc secure
see_also:
- ms_cluster_mode