mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
domainsnapshot: add snapshotDeleteInProgress to RNG schema
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2174397 Fixes: 565bcb5d79dddaf1d0d14cffe1f3ae78d76b10a0 Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
403c0cf17f
commit
61d51c9c41
@ -123,6 +123,14 @@
|
||||
<ref name="disksnapshotdriver"/>
|
||||
</define>
|
||||
|
||||
<define name="snapshotDeleteInProgress">
|
||||
<optional>
|
||||
<element name="snapshotDeleteInProgress">
|
||||
<empty/>
|
||||
</element>
|
||||
</optional>
|
||||
</define>
|
||||
|
||||
<define name="disksnapshot">
|
||||
<element name="disk">
|
||||
<attribute name="name">
|
||||
@ -175,6 +183,7 @@
|
||||
</element>
|
||||
</optional>
|
||||
<ref name="storageSourceExtra"/>
|
||||
<ref name="snapshotDeleteInProgress"/>
|
||||
</interleave>
|
||||
</group>
|
||||
<group>
|
||||
@ -200,6 +209,7 @@
|
||||
</element>
|
||||
</optional>
|
||||
<ref name="storageSourceExtra"/>
|
||||
<ref name="snapshotDeleteInProgress"/>
|
||||
</interleave>
|
||||
</group>
|
||||
<ref name="diskSourceNetwork"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user