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/7491/head
parent
b1848ac957
commit
07bf577051
|
@ -541,8 +541,6 @@ dummy:
|
|||
# CONTAINER_IMAGE: "{{ ceph_docker_registry }}/{{ ceph_docker_image }}:{{ ceph_docker_image_tag }}"
|
||||
# TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES: "{{ ceph_tcmalloc_max_total_thread_cache }}"
|
||||
# args:
|
||||
# - --setuser=ceph
|
||||
# - --setgroup=ceph
|
||||
# - --default-log-to-file=false
|
||||
# - --default-log-to-stderr=true
|
||||
# - --default-log-stderr-prefix="debug "
|
||||
|
|
|
@ -68,7 +68,7 @@ dummy:
|
|||
|
||||
# Encrypt your OSD device using dmcrypt
|
||||
# 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.
|
||||
# lvm_volumes is a list of dictionaries.
|
||||
|
|
|
@ -60,7 +60,7 @@ osd_auto_discovery: false
|
|||
|
||||
# Encrypt your OSD device using dmcrypt
|
||||
# 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.
|
||||
# lvm_volumes is a list of dictionaries.
|
||||
|
|
Loading…
Reference in New Issue