infrastructure-playbooks/lv-create.yml: add lvm_volumes to suggested paste

Signed-off-by: Neha Ojha <nojha@redhat.com>
pull/3036/head
Neha Ojha 2018-08-06 18:14:37 +00:00 committed by Sébastien Han
parent 50a6d8141c
commit 65fdad0723
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
vars:
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 %}
- data: {{ lv.lv_name }}
data_vg: {{ nvme_vg_name }}