Skip to content

Commit 197ffbd

Browse files
committed
Revert "cephadm: Set auth_allow_insecure_global_id_reclaim to true"
This reverts commit a967b9d. Reason for revert: Check if it's still the case. Change-Id: Ib5496d6bc2ddfe1fedacc4f9c859ac56fc69726e (cherry picked from commit 682cff7)
1 parent 8ff5c6f commit 197ffbd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

roles/cephadm/tasks/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,6 @@
7979
become: True
8080
loop: "{{ cephadm_ceph_osd_devices }}"
8181

82-
# NOTE(mnasiadka): Ubuntu uses pre 15.2.11 Octopus client code and suffers from
83-
# https://docs.ceph.com/en/latest/security/CVE-2021-20288/
84-
85-
- name: Set auth_allow_insecure_global_id_reclaim to True
86-
command:
87-
cmd: >
88-
cephadm shell --
89-
ceph config set mon auth_allow_insecure_global_id_reclaim true
90-
become: true
91-
when: ansible_distribution == "Ubuntu"
92-
9382
- name: Create and initialise pools for OpenStack services
9483
command:
9584
cmd: >

0 commit comments

Comments
 (0)