From 568ab77d2438498229d70b8463097056d46d18a8 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 7 Apr 2022 10:44:21 +0100 Subject: [PATCH] docs: Fix custom LVM example The disks field in lvm_groups should be a list, and the percentage needs to be relative to something. Change-Id: I422c7113cdba8f5c155ff1f7d3d118066bd28e96 --- doc/source/configuration/reference/hosts.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/configuration/reference/hosts.rst b/doc/source/configuration/reference/hosts.rst index fcc6cb0b3..0451a3838 100644 --- a/doc/source/configuration/reference/hosts.rst +++ b/doc/source/configuration/reference/hosts.rst @@ -963,11 +963,12 @@ For example: compute_lvm_groups_extra: - vgname: other-vg - disks: /dev/sdb + disks: + - /dev/sdb create: true lvnames: - lvname: other-vol - size: 100% + size: 100%FREE create: true mount: false