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
This commit is contained in:
Mark Goddard 2022-04-07 10:44:21 +01:00
parent 60d74df815
commit 568ab77d24

View File

@ -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