mirror of https://github.com/ceph/ceph-ansible.git
This assumes ceph as a cluster name. We need detect the name of the cluster
parent
83a1ac0c67
commit
1e670bdeb0
|
@ -64,7 +64,7 @@
|
||||||
|
|
||||||
- name: get osd(s) if directory stat
|
- name: get osd(s) if directory stat
|
||||||
stat:
|
stat:
|
||||||
path: "/var/lib/ceph/osd/{{ cluster_name }}-{{ item.1.osd_id }}/journal_uuid"
|
path: "/var/lib/ceph/osd/{{ cluster_name.stdout }}-{{ item.1.osd_id }}/journal_uuid"
|
||||||
register: osds_dir_stat
|
register: osds_dir_stat
|
||||||
with_subelements:
|
with_subelements:
|
||||||
- "{{ dev_ssds }}"
|
- "{{ dev_ssds }}"
|
||||||
|
|
Loading…
Reference in New Issue