Skip to content

Commit

Permalink
ceph-volume: disable dmcrypt by default
Browse files Browse the repository at this point in the history
regression by dcdb171

Signed-off-by: Seena Fallah <[email protected]>
  • Loading branch information
clwluvw committed Mar 6, 2024
1 parent b1848ac commit b0f700e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions group_vars/all.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down
2 changes: 1 addition & 1 deletion group_vars/osds.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion roles/ceph-osd/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b0f700e

Please sign in to comment.