]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
infrastructure-playbooks/lv-create.yml: add lvm_volumes to suggested paste
authorNeha Ojha <nojha@redhat.com>
Mon, 6 Aug 2018 18:14:37 +0000 (18:14 +0000)
committerSébastien Han <seb@redhat.com>
Thu, 16 Aug 2018 14:38:23 +0000 (16:38 +0200)
Signed-off-by: Neha Ojha <nojha@redhat.com>
infrastructure-playbooks/lv-create.yml

index 519b889f323df2775bbf304caaf3445d4005cdd6..8dae60f1706f48a713fd837455504f675b3fc0f5 100644 (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 }}