From 85fb03fc99e0b7cd14b27e369c8e952b79313d73 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 13 May 2016 15:01:00 -0500 Subject: [PATCH] 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 --- roles/ceph-common/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}" -- 2.39.5