schema: domain: Allow interleaving of subelements of 'memtune'

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2022-10-13 16:33:11 +02:00
parent 123a52fe07
commit 8b2b71d899

View File

@ -956,6 +956,7 @@
<!-- All the memory/swap related tunables would go in the memtune -->
<define name="memtune">
<element name="memtune">
<interleave>
<!-- Maximum memory the VM can use -->
<optional>
<element name="hard_limit">
@ -980,6 +981,7 @@
<ref name="scaledInteger"/>
</element>
</optional>
</interleave>
</element>
</define>