Merge pull request #1799 from ceph/lvm-vg-lv

ceph-osd: ceph-volume requires --data to be in vg/lv format
pull/1795/head
Alfredo Deza 2017-08-23 17:16:32 -04:00 committed by GitHub
commit e9c1ade0f4
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 }}"