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:
parent
60d74df815
commit
568ab77d24
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user