]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-osd: ceph-volume requires --data to be in vg/lv format 1799/head
authorAndrew Schoen <aschoen@redhat.com>
Wed, 23 Aug 2017 18:43:31 +0000 (13:43 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 23 Aug 2017 18:43:31 +0000 (13:43 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/ceph-osd/tasks/scenarios/lvm.yml

index e149c1409870f3683423c732a44e8ff4cfd2a5c9..a1c5994c9470920f274c5383c8c10a38c821250b 100644 (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 }}"