File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,24 @@ post-deployment configuration is applied. Commands in the
265265``cephadm_commands_post `` list are executed after the rest of the Ceph
266266post-deployment configuration is applied.
267267
268+ Messenger v2 encryption in transit
269+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
270+
271+ Messenger v2 is the default on-wire protocol since the Nautilus release. It
272+ supports `encryption of data in transit
273+ <https://docs.ceph.com/en/quincy/rados/configuration/msgr2/#connection-mode-configuration-options> `_,
274+ but this is not used by default. It may be enabled as follows:
275+
276+ .. code :: yaml
277+
278+ # A list of commands to pass to cephadm shell -- ceph. See stackhpc.cephadm.commands
279+ # for format.
280+ cephadm_commands_pre :
281+ # Enable messenger v2 encryption in transit.
282+ - " config set global ms_cluster_mode secure"
283+ - " config set global ms_service_mode secure"
284+ - " config set global ms_client_mode secure"
285+
268286 Manila & CephFS
269287~~~~~~~~~~~~~~~
270288
You can’t perform that action at this time.
0 commit comments