Merge "docs: Fix custom LVM example"

This commit is contained in:
Zuul 2022-04-14 13:43:32 +00:00 committed by Gerrit Code Review
commit a7ce5170c2

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