WHY IS LVM THE WORST THING ON THIS PLANET

This commit is contained in:
brent s
2019-11-06 12:48:18 -05:00
parent f424938913
commit 5f8caf48d6
9 changed files with 241 additions and 38 deletions

View File

@@ -57,15 +57,16 @@
</luks>
<lvm>
<volumeGroup id="vg1" name="group1">
<tags>
<tag>data</tag>
<tag>misc</tag>
</tags>
<physicalVolumes>
<pv id="pv1" source="lvm_member1"/>
</physicalVolumes>
<logicalVolumes>
<lv id="lv1" name="logical1" size="100%"/>
<!-- Default is to add all available PVs in PhysicalVolumes... -->
<lv id="lv1" name="logical1" size="80%"/>
<!-- But you can also explicitly designate them. -->
<lv id="lv2" name="logical1" size="20%">
<pvMember source="pv1"/>
</lv>
</logicalVolumes>
</volumeGroup>
</lvm>