From: Sébastien Han Date: Thu, 18 Jan 2018 09:06:34 +0000 (+0100) Subject: rgw: disable legacy unit X-Git-Tag: v3.1.0beta3~46 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f88795e8433f92ddc049d3e0d87e7757448e5005;p=ceph-ansible.git rgw: disable legacy unit Some systems that were deployed with old tools can leave units named "ceph-radosgw@radosgw.gateway.service". As a consequence, they will prevent the new unit to start. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1509584 Signed-off-by: Sébastien Han --- diff --git a/roles/ceph-rgw/tasks/docker/start_docker_rgw.yml b/roles/ceph-rgw/tasks/docker/start_docker_rgw.yml index 2028758e6..4b8ca17f8 100644 --- a/roles/ceph-rgw/tasks/docker/start_docker_rgw.yml +++ b/roles/ceph-rgw/tasks/docker/start_docker_rgw.yml @@ -21,6 +21,7 @@ - "ceph-rgw@{{ ansible_hostname }}" - "ceph-radosgw@{{ ansible_hostname }}.service" - "ceph-radosgw@radosgw.{{ ansible_hostname }}.service" + - ceph-radosgw@radosgw.gateway.service ignore_errors: true - name: systemd start rgw container