From: David Galloway Date: Mon, 19 Mar 2018 18:38:40 +0000 (-0400) Subject: testnode: Fix typo and clarify dict for drives_to_partition X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F387%2Fhead;p=ceph-cm-ansible.git testnode: Fix typo and clarify dict for drives_to_partition Signed-off-by: David Galloway --- diff --git a/roles/testnode/README.rst b/roles/testnode/README.rst index 0d1cc327..468307e0 100644 --- a/roles/testnode/README.rst +++ b/roles/testnode/README.rst @@ -172,7 +172,7 @@ A dictionary of drives/devices you want to partition. ``scratch_devs`` is not r # Example: drives_to_partition: nvme0n1: - drive: "/dev/nvme0n1" + device: "/dev/nvme0n1" unit: "GB" sizes: - "0 95" @@ -186,11 +186,13 @@ A dictionary of drives/devices you want to partition. ``scratch_devs`` is not r - p3 - p4 sdb: - drive: "/dev/sdb" + device: "/dev/sdb" unit: "%" sizes: - "0 50" - "50 100" + scratch_devs: + - 2 A dictionary of volume groups you want created. ``pvs`` should be a comma-delimited list. Example::