From 1cf3a57a6c34709a750c5a228330cecb1c85a1d8 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 25 Jun 2020 17:08:10 +0200 Subject: [PATCH] Revert "switch-to-containers: set and unset osd flags" This reverts commit 5a4134098a6b0bdb513425f23c8bc8804cd75adc. We need to provide a tag for RHCS 3.3z6 without this commit. --- ...inerized-to-containerized-ceph-daemons.yml | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml index 25b64ae29..c96c2d08b 100644 --- a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml +++ b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml @@ -192,19 +192,6 @@ - ceph-mgr -- name: set osd flags - hosts: "{{ mon_group_name | default('mons') }}[0]" - become: True - roles: - - ceph-defaults - post_tasks: - - name: set osd flags - command: "docker exec ceph-mon-{{ ansible_hostname }} ceph --cluster {{ cluster }} osd set {{ item }}" - with_items: - - noout - - nodeep-scrub - - - name: switching from non-containerized to containerized ceph osd vars: @@ -357,18 +344,6 @@ - (ceph_pgs.stdout | from_json).pgmap.num_pgs != 0 -- name: unset osd flags - hosts: "{{ mon_group_name | default('mons') }}[0]" - become: True - roles: - - ceph-defaults - post_tasks: - - name: set osd flags - command: "docker exec ceph-mon-{{ ansible_hostname }} ceph --cluster {{ cluster }} osd unset {{ item }}" - with_items: - - noout - - nodeep-scrub - - name: switching from non-containerized to containerized ceph mds hosts: -- 2.39.5