ceph-osd: ceph-volume requires --data to be in vg/lv format

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/1799/head
Andrew Schoen 2017-08-23 13:43:31 -05:00
parent e651469a2a
commit 758c31b1cd
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"