mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00: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:
parent
8b13c37f0b
commit
7547ed1297
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user