mirror of https://github.com/ceph/ceph-ansible.git
ceph-osd: adds osd_objectstore to the name when using the ceph_volume module
This allows for easier debugging if verbosity is not set high enough. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/2245/head
parent
15db3323a5
commit
788c3f351a
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
- name: use ceph-volume to create osds
|
||||
- name: "use ceph-volume to create {{ osd_objectstore }} osds"
|
||||
ceph_volume:
|
||||
cluster: "{{ cluster }}"
|
||||
objectstore: "{{ osd_objectstore }}"
|
||||
|
|
Loading…
Reference in New Issue