mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
conf: Make backing store index optional
Index will remain an internal property even if we allow backing store parsing from the XML, so we need to allow backing store without it in the schema.
This commit is contained in:
@@ -1415,9 +1415,11 @@
|
||||
|
||||
<define name="diskBackingStore">
|
||||
<element name="backingStore">
|
||||
<attribute name="index">
|
||||
<ref name="positiveInteger"/>
|
||||
</attribute>
|
||||
<optional>
|
||||
<attribute name="index">
|
||||
<ref name="positiveInteger"/>
|
||||
</attribute>
|
||||
</optional>
|
||||
<interleave>
|
||||
<ref name="diskSource"/>
|
||||
<ref name="diskBackingChain"/>
|
||||
|
||||
Reference in New Issue
Block a user