virt-manager/tests/cli-test-xml/compare/virt-xml-edit-simple-blkiotune.xml
Cole Robinson 46ec093a28 virt-xml: Make it more clear when changes take effect
shutdown could be interpreted as a soft reboot, which won't
apply the changes
2018-03-25 19:22:28 -04:00

16 lines
447 B
XML

<memory unit="KiB">409600</memory>
<currentMemory unit="KiB">204800</currentMemory>
<blkiotune>
- <weight>100</weight>
+ <weight>500</weight>
<device>
- <path>/dev/sdd</path>
- <weight>200</weight>
+ <path>/dev/sdf</path>
+ <weight>600</weight>
</device>
</blkiotune>
<memoryBacking>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the domain is fully powered off.