mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 04:25:19 +00:00
examples: test: Kill unsupported maxMemory element
The "maxMemory" element was never supported by libvirt. Remove it from the test XMLs. (Found while actually trying to add support for a identically named element).
This commit is contained in:
parent
93cf8f9861
commit
d88f9027ae
@ -7,7 +7,6 @@
|
|||||||
<boot dev='hd'/>
|
<boot dev='hd'/>
|
||||||
</os>
|
</os>
|
||||||
<memory>524288</memory>
|
<memory>524288</memory>
|
||||||
<maxMemory>1524288</maxMemory>
|
|
||||||
<vcpu>4</vcpu>
|
<vcpu>4</vcpu>
|
||||||
<on_poweroff>destroy</on_poweroff>
|
<on_poweroff>destroy</on_poweroff>
|
||||||
<on_reboot>restart</on_reboot>
|
<on_reboot>restart</on_reboot>
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
<boot dev="hd"/>
|
<boot dev="hd"/>
|
||||||
</os>
|
</os>
|
||||||
<memory>524288</memory>
|
<memory>524288</memory>
|
||||||
<maxMemory>1524288</maxMemory>
|
|
||||||
<vcpu>4</vcpu>
|
<vcpu>4</vcpu>
|
||||||
<on_poweroff>destroy</on_poweroff>
|
<on_poweroff>destroy</on_poweroff>
|
||||||
<on_reboot>restart</on_reboot>
|
<on_reboot>restart</on_reboot>
|
||||||
|
Loading…
Reference in New Issue
Block a user