mirror of https://github.com/ceph/ceph-ansible.git
ceph-volume: disable dmcrypt by default
regression by dcdb1710cbaf7946cf8161b4395697d4898680d3 Signed-off-by: Seena Fallah <seenafallah@gmail.com>pull/7481/head
parent
9a7d2a624a
commit
d197bcdc2d
|
@ -541,8 +541,6 @@ dummy:
|
||||||
# CONTAINER_IMAGE: "{{ ceph_docker_registry }}/{{ ceph_docker_image }}:{{ ceph_docker_image_tag }}"
|
# CONTAINER_IMAGE: "{{ ceph_docker_registry }}/{{ ceph_docker_image }}:{{ ceph_docker_image_tag }}"
|
||||||
# TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES: "{{ ceph_tcmalloc_max_total_thread_cache }}"
|
# TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES: "{{ ceph_tcmalloc_max_total_thread_cache }}"
|
||||||
# args:
|
# args:
|
||||||
# - --setuser=ceph
|
|
||||||
# - --setgroup=ceph
|
|
||||||
# - --default-log-to-file=false
|
# - --default-log-to-file=false
|
||||||
# - --default-log-to-stderr=true
|
# - --default-log-to-stderr=true
|
||||||
# - --default-log-stderr-prefix="debug "
|
# - --default-log-stderr-prefix="debug "
|
||||||
|
|
|
@ -68,7 +68,7 @@ dummy:
|
||||||
|
|
||||||
# Encrypt your OSD device using dmcrypt
|
# Encrypt your OSD device using dmcrypt
|
||||||
# If set to True, no matter which osd_objecstore you use the data will be encrypted
|
# If set to True, no matter which osd_objecstore you use the data will be encrypted
|
||||||
#dmcrypt: true
|
#dmcrypt: false
|
||||||
|
|
||||||
# Use ceph-volume to create OSDs from logical volumes.
|
# Use ceph-volume to create OSDs from logical volumes.
|
||||||
# lvm_volumes is a list of dictionaries.
|
# lvm_volumes is a list of dictionaries.
|
||||||
|
|
|
@ -60,7 +60,7 @@ osd_auto_discovery: false
|
||||||
|
|
||||||
# Encrypt your OSD device using dmcrypt
|
# Encrypt your OSD device using dmcrypt
|
||||||
# If set to True, no matter which osd_objecstore you use the data will be encrypted
|
# If set to True, no matter which osd_objecstore you use the data will be encrypted
|
||||||
dmcrypt: true
|
dmcrypt: false
|
||||||
|
|
||||||
# Use ceph-volume to create OSDs from logical volumes.
|
# Use ceph-volume to create OSDs from logical volumes.
|
||||||
# lvm_volumes is a list of dictionaries.
|
# lvm_volumes is a list of dictionaries.
|
||||||
|
|
Loading…
Reference in New Issue