From: Andrew Schoen Date: Fri, 13 May 2016 20:01:00 +0000 (-0500) Subject: fix the /etc/default/ceph path on debian when setting cluster name X-Git-Tag: v1.0.6~125^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F784%2Fhead;p=ceph-ansible.git fix the /etc/default/ceph path on debian when setting cluster name 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 --- diff --git a/roles/ceph-common/tasks/main.yml b/roles/ceph-common/tasks/main.yml index 672272876..6cc13dee3 100644 --- a/roles/ceph-common/tasks/main.yml +++ b/roles/ceph-common/tasks/main.yml @@ -233,7 +233,7 @@ - name: configure cluster name lineinfile: - dest: /etc/default/ceph/ceph + dest: /etc/default/ceph insertafter: EOF create: yes line: "CLUSTER={{ cluster }}"