mirror of https://github.com/ceph/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:
791eba81a5
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/784/head
parent
6589a6f090
commit
85fb03fc99
|
@ -233,7 +233,7 @@
|
||||||
|
|
||||||
- name: configure cluster name
|
- name: configure cluster name
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/default/ceph/ceph
|
dest: /etc/default/ceph
|
||||||
insertafter: EOF
|
insertafter: EOF
|
||||||
create: yes
|
create: yes
|
||||||
line: "CLUSTER={{ cluster }}"
|
line: "CLUSTER={{ cluster }}"
|
||||||
|
|
Loading…
Reference in New Issue