mirror of https://github.com/ceph/ceph-ansible.git
infrastructure-playbooks/lv-create.yml: add lvm_volumes to suggested paste
Signed-off-by: Neha Ojha <nojha@redhat.com>pull/3036/head
parent
50a6d8141c
commit
65fdad0723
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
logfile: |
|
logfile: |
|
||||||
Suggested cut and paste into "group_vars/osds.yml" for configuring with osd_scenario=lvm
|
Suggested cut and paste under "lvm_volumes:" in "group_vars/osds.yml" for configuring with osd_scenario=lvm
|
||||||
----------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------------------------
|
||||||
{% for lv in nvme_device_lvs %}
|
{% for lv in nvme_device_lvs %}
|
||||||
- data: {{ lv.lv_name }}
|
- data: {{ lv.lv_name }}
|
||||||
data_vg: {{ nvme_vg_name }}
|
data_vg: {{ nvme_vg_name }}
|
||||||
|
|
Loading…
Reference in New Issue