checking in - xsd doesn't seem to properly detect duplicate pv/lv elems
This commit is contained in:
@@ -55,20 +55,26 @@
|
||||
</luksDev>
|
||||
</luks>
|
||||
<lvm>
|
||||
<physicals>
|
||||
<!-- "size" refers to the size used of the LV for this VG. -->
|
||||
<pv id="pv1" source="lvm_member1" vg="vg1"/>
|
||||
</physicals>
|
||||
<volumes>
|
||||
<vg id="vg1" name="group1">
|
||||
<tags>
|
||||
<tag>data</tag>
|
||||
</tags>
|
||||
<logicals>
|
||||
<lv id="lv1" name="logical1" size="100%"/>
|
||||
</logicals>
|
||||
</vg>
|
||||
</volumes>
|
||||
<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%"/>
|
||||
</logicalVolumes>
|
||||
</volumeGroup>
|
||||
<volumeGroup id="vg2" name="group2">
|
||||
<physicalVolumes>
|
||||
<pv id="pv2" source="lvm_member1"/>
|
||||
</physicalVolumes>
|
||||
<logicalVolumes>
|
||||
<lv id="lv2" name="logical1" size="100%"/>
|
||||
</logicalVolumes>
|
||||
</volumeGroup>
|
||||
</lvm>
|
||||
<mdadm>
|
||||
<!-- level can be 0, 1, 4, 5, 6, or 10. RAID 1+0 (which is different from mdadm RAID10) would be done by
|
||||
|
||||
Reference in New Issue
Block a user