]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-volume: disable dmcrypt by default
authorSeena Fallah <seenafallah@gmail.com>
Wed, 6 Mar 2024 12:33:59 +0000 (13:33 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 7 Mar 2024 20:03:33 +0000 (21:03 +0100)
regression by dcdb1710cbaf7946cf8161b4395697d4898680d3

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
group_vars/all.yml.sample
group_vars/osds.yml.sample
roles/ceph-osd/defaults/main.yml

index 166a2618cb7c9b79681e271cfe2888ace3d504e9..94c838984361beebeb44fc544ae791ea40da6c8f 100644 (file)
@@ -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 "
index 694b03ca5bd595032feffab9a265581ed7f14775..2238716f3643e538712ba98991695df46084dc7a 100644 (file)
@@ -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.
index 37e2d9fa81592ef480aa5fd79efed9cee107576b..5e86c61867d7caee48378d6d72ec999b24a004e6 100644 (file)
@@ -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.