From 542e3c35ada849a0d6129ddd2dc34974f91032a7 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 19 Mar 2018 14:38:40 -0400 Subject: [PATCH] testnode: Fix typo and clarify dict for drives_to_partition Signed-off-by: David Galloway --- roles/testnode/README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/testnode/README.rst b/roles/testnode/README.rst index 0d1cc32..468307e 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:: -- 2.39.5