From eeff8cd718be6da07bacb9a530e50598861ff125 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Thu, 18 Jan 2018 10:06:34 +0100 Subject: [PATCH] rgw: disable legacy unit MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit f88795e8433f92ddc049d3e0d87e7757448e5005) Signed-off-by: Sébastien Han --- roles/ceph-rgw/tasks/docker/start_docker_rgw.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5