From a9d91c3d69b5db63e94b38d14e7ebf235b472f45 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Tue, 29 Aug 2017 17:24:52 +0100 Subject: [PATCH] Fix RGW systemd directory The ceph RGW systemd services are actually named "ceph-radosgw" and not "ceph-rgw", this patch fixes that for the systemd overrides file. --- roles/ceph-rgw/tasks/start_radosgw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-rgw/tasks/start_radosgw.yml b/roles/ceph-rgw/tasks/start_radosgw.yml index 96e806fe9..1d590f727 100644 --- a/roles/ceph-rgw/tasks/start_radosgw.yml +++ b/roles/ceph-rgw/tasks/start_radosgw.yml @@ -17,7 +17,7 @@ - name: add ceph-rgw systemd service overrides config_template: src: "ceph-rgw.service.d-overrides.j2" - dest: "/etc/systemd/system/ceph-rgw@.service.d/ceph-rgw-systemd-overrides.conf" + dest: "/etc/systemd/system/ceph-radosgw@.service.d/ceph-radosgw-systemd-overrides.conf" config_overrides: "{{ ceph_rgw_systemd_overrides | default({}) }}" config_type: "ini" when: -- 2.39.5