]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
infrastructure-playbooks/vars/lv_vars.yaml: minor fixes
authorNeha Ojha <nojha@redhat.com>
Tue, 7 Aug 2018 20:08:38 +0000 (20:08 +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/vars/lv_vars.yaml

index 5e597d0750ec03995f363e6a6933bf2de3ed16dd..52d9e3b67f6945ba3b12c11be3527aacca6f2746 100644 (file)
@@ -1,11 +1,11 @@
 # This file configures logical volume creation for FS Journals on NVMe, a NVMe based bucket index, and HDD based OSDs.
 # This playbook configures one NVMe device at a time. If your OSD systems contain multiple NVMe devices, you will need to edit the key variables ("nvme_device", "hdd_devices") for each run.
-# It is meant to be used when osd_objectstore=filestore and it outputs the the necessary input for group_vars/osds.yml when configured with osd_scenario=lvm
-# The LVs for journals are created first then the LVs for data. All LVs for journals correspond to a LV for data
+# It is meant to be used when osd_objectstore=filestore and it outputs the necessary input for group_vars/osds.yml when configured with osd_scenario=lvm.
+# The LVs for journals are created first then the LVs for data. All LVs for journals correspond to a LV for data.
 #
 ## CHANGE THESE VARS ##
 
-# Path of nvme device primed for LV creation for journals and data. Only one NVMe device is allowed at a time.
+# Path of nvme device primed for LV creation for journals and data. Only one NVMe device is allowed at a time. Providing a list will not work in this case.
 nvme_device: /dev/nvme0n1
 
 # Path of hdd devices designated for LV creation.