diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-17 15:09:41 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-17 15:09:41 -0500 |
commit | d631eec412a1557226c418cee463b00698115b75 (patch) | |
tree | 8fbe55669bb86d4a9209c9dd6c3fac7769ac0ca3 /devel/script | |
parent | 772fca02cef1898d908b3d643ff91514c113169a (diff) | |
download | horizon-d631eec412a1557226c418cee463b00698115b75.tar.gz horizon-d631eec412a1557226c418cee463b00698115b75.tar.bz2 horizon-d631eec412a1557226c418cee463b00698115b75.tar.xz horizon-d631eec412a1557226c418cee463b00698115b75.zip |
script: 2: lvm_vg key without 1:1 lvm_pv mapping
`lvm_vg` may be used on systems with existing physical volumes. Let's
allow that by removing the required 1:1 mapping with lvm_pv.
Diffstat (limited to 'devel/script')
-rw-r--r-- | devel/script/2_keys.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml index 605df2d..c26b334 100644 --- a/devel/script/2_keys.xml +++ b/devel/script/2_keys.xml @@ -860,7 +860,7 @@ lvm_pv /dev/sda2 </formalpara> <formalpara id="lvm_vg.format"> <title>Format</title> - <para>The <literal>lvm_vg</literal> key is a space-separated tuple of exactly two string values: a path to a valid block device containing an LVM physical volume, and a valid LVM volume group name. A volume group will be created on the specified LVM physical volume with the specified name. <literal>lvm_vg</literal> must appear exactly once per <literal>lvm_pv</literal> key. It is invalid to specify a block device that does not contain an LVM physical volume.</para> + <para>The <literal>lvm_vg</literal> key is a space-separated tuple of exactly two string values: a path to a valid block device containing an LVM physical volume, and a valid LVM volume group name. A volume group will be created on the specified LVM physical volume with the specified name. It is invalid to specify a block device that does not contain an LVM physical volume.</para> </formalpara> <formalpara id="lvm_vg.default"> <title>Default</title> |