virt-manager/tests/cli-test-xml/compare/virt-xml-add-disk-notarget.xml
Cole Robinson 68962f48f7 virtinst: Support multiple seclabels
libvirt has supported this for a while. Wire it all up through the
cli, and fix some bad assumptions along the way.
2015-09-05 13:49:36 -04:00

13 lines
394 B
XML

<panic>
<address type="isa" iobase="0x505"/>
</panic>
+ <disk type="file" device="disk">
+ <source file="/dev/default-pool/testvol1.img"/>
+ <target dev="sdb"/>
+ </disk>
</devices>
<seclabel type="dynamic" model="selinux" relabel="yes"/>
</domain>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the next domain shutdown.