From 45ba90c169c40e8d6b9865bc368f25206162c779 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 21 Mar 2019 09:00:02 +0100 Subject: [PATCH] update: remove rbdmirror legacy task This task is no longer needed for next release. Signed-off-by: Guillaume Abrioux --- infrastructure-playbooks/rolling_update.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index dc557b716..44199559e 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -608,22 +608,12 @@ 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 -- 2.39.5