]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
fix the /etc/default/ceph path on debian when setting cluster name 784/head
authorAndrew Schoen <aschoen@redhat.com>
Fri, 13 May 2016 20:01:00 +0000 (15:01 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 13 May 2016 20:22:24 +0000 (15:22 -0500)
In ceph version 10.2.1 a bug was fixed that corrects the path:

https://github.com/ceph/ceph/commit/791eba81a5467dd5de4f1680ed0deb647eb3fb8b

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/ceph-common/tasks/main.yml

index 6722728767da23a42397c93bc06e8fbc6b7614d8..6cc13dee319a3762a1dc39d2ad36c2aa906f86ad 100644 (file)
 
 - name: configure cluster name
   lineinfile:
-    dest: /etc/default/ceph/ceph
+    dest: /etc/default/ceph
     insertafter: EOF
     create: yes
     line: "CLUSTER={{ cluster }}"