]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
update: remove legacy tasks
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 28 Jan 2020 09:29:03 +0000 (10:29 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 29 Jan 2020 14:25:15 +0000 (09:25 -0500)
These tasks should have been removed with backport #4756

Note:
This should have been backported from master but it's not possible
because of too many change between master and stable-3.2

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1740463
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/rolling_update.yml

index 9a428c00a6e142ae6baee28ca1b46c2e3215208c..12dc327b51aa796d317d729b30f230e79c8c020d 100644 (file)
         - ['bootstrap-rbd', 'bootstrap-rbd-mirror']
         - "{{ groups[mon_group_name] }}" # so the key goes on all the nodes
 
-    - name: set osd flags
-      command: ceph --cluster {{ cluster }} osd set {{ item }}
-      with_items:
-        - noout
-        - norebalance
-      delegate_to: "{{ mon_host }}"
-      when: not containerized_deployment
-
-    - name: set containerized osd flags
-      command: |
-        docker exec ceph-mon-{{ hostvars[mon_host]['ansible_hostname'] }} ceph --cluster {{ cluster }} osd set {{ item }}
-      with_items:
-        - noout
-        - norebalance
-      delegate_to: "{{ mon_host }}"
-      when: containerized_deployment
-
 
 - name: upgrade ceph mgr node