mirror of https://github.com/ceph/ceph-ansible.git
ceph-osd: ceph-volume requires --data to be in vg/lv format
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1799/head
parent
e651469a2a
commit
758c31b1cd
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
- name: use ceph-volume to create filestore osds with dedicated journals
|
||||
command: "ceph-volume lvm create --filestore --data {{ item.data }} --journal {{ item.journal }}"
|
||||
command: "ceph-volume lvm create --filestore --data {{ item.data_vg }}/{{ item.data }} --journal {{ item.journal }}"
|
||||
with_items: "{{ lvm_volumes }}"
|
||||
|
|
Loading…
Reference in New Issue