]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
update: remove rbdmirror legacy task
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 21 Mar 2019 08:00:02 +0000 (09:00 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 25 Mar 2019 20:02:56 +0000 (16:02 -0400)
This task is no longer needed for next release.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/rolling_update.yml

index dc557b71663b93de5296e3bd9ea9d5338cc35fdd..44199559e36a43c67bada834068a06659f403dc3 100644 (file)
   serial: 1
   become: True
   tasks:
-    # NOTE(leseb): these tasks have a 'failed_when: false'
-    # in case we run before luminous or after
-    - name: stop ceph rbd mirror before luminous
-      systemd:
-        name: "ceph-rbd-mirror@{{ ceph_rbd_mirror_local_user }}"
-        state: stopped
-        enabled: no
-      failed_when: false
-
-    - name: stop ceph rbd mirror for and after luminous
+    - name: stop ceph rbd mirror
       systemd:
         name: "ceph-rbd-mirror@rbd-mirror.{{ ansible_hostname }}"
         state: stopped
         enabled: no
         masked: yes
-      failed_when: false
 
     - import_role:
         name: ceph-defaults