From: Andrew Schoen Date: Fri, 1 Dec 2017 14:41:40 +0000 (-0600) Subject: ceph-osd: use the cluster param with the ceph_volume module X-Git-Tag: beta-3.1.0~33 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5e3d8dbf631e6ff15edb31f0ffccadcd016ad47e;p=ceph-ansible.git ceph-osd: use the cluster param with the ceph_volume module Signed-off-by: Andrew Schoen --- diff --git a/roles/ceph-osd/tasks/scenarios/lvm.yml b/roles/ceph-osd/tasks/scenarios/lvm.yml index ae99e3f94..8534745a2 100644 --- a/roles/ceph-osd/tasks/scenarios/lvm.yml +++ b/roles/ceph-osd/tasks/scenarios/lvm.yml @@ -2,6 +2,7 @@ - name: use ceph-volume to create osds ceph_volume: + cluster: "{{ cluster }}" objectstore: "{{ osd_objectstore }}" data: "{{ item.data }}" data_vg: "{{ item.data_vg|default(omit) }}"