From 58575d73fa4d4ab30786823649203829329f5f29 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Mon, 23 Oct 2017 14:07:23 +0100 Subject: [PATCH] Typo fix for radosgw@ systemd file systemd script for radosgw is radosgw@ not rgw@, the directory needs to match the path. (cherry picked from commit 05a1f965c8dd342e2643286d0228b5352f5afd36) --- 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 3db7413ac..b2fe89307 100644 --- a/roles/ceph-rgw/tasks/start_radosgw.yml +++ b/roles/ceph-rgw/tasks/start_radosgw.yml @@ -2,7 +2,7 @@ - name: ensure systemd service override directory exists file: state: directory - path: "/etc/systemd/system/ceph-rgw@.service.d/" + path: "/etc/systemd/system/ceph-radosgw@.service.d/" when: - ceph_rgw_systemd_overrides is defined -- 2.39.5