]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Typo fix for radosgw@ systemd file 2099/head
authorAndy McCrae <andy.mccrae@gmail.com>
Mon, 23 Oct 2017 13:07:23 +0000 (14:07 +0100)
committerAndy McCrae <andy.mccrae@gmail.com>
Mon, 23 Oct 2017 16:25:59 +0000 (17:25 +0100)
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

index 3db7413ac1fc234bcc3b87a82100e5853190eeff..b2fe89307df4403baccf3edd5e3a8784cfb2be42 100644 (file)
@@ -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