From: Guillaume Abrioux Date: Fri, 1 Mar 2019 15:47:36 +0000 (+0100) Subject: purge: fix rbd mirror purge X-Git-Tag: v4.0.0rc1~60 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a9153084778d5bc219d33e3769485cbea8d7a6a9;p=ceph-ansible.git purge: fix rbd mirror purge as of b70d54ac809a92cd88e39e3efa7ed3fee864a866 the service launched isn't ceph-rbd-mirror@admin.service. it's now `ceph-rbd-mirror@rbd-mirror.{{ ansible_hostname }}` Signed-off-by: Guillaume Abrioux --- diff --git a/infrastructure-playbooks/purge-cluster.yml b/infrastructure-playbooks/purge-cluster.yml index aa7a6e365..42ea3ea8b 100644 --- a/infrastructure-playbooks/purge-cluster.yml +++ b/infrastructure-playbooks/purge-cluster.yml @@ -131,7 +131,7 @@ - name: stop ceph rbd mirror with systemd service: - name: ceph-rbd-mirror@admin.service + name: "ceph-rbd-mirror@rbd-mirror.{{ ansible_hostname }}" state: stopped failed_when: false