virt-manager/tests/cli-test-xml/compare/virt-xml-edit-simple-filesystem.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
598 B
XML

<controller type="ide" index="0"/>
<controller type="virtio-serial" index="0"/>
<controller type="ccid" index="0"/>
- <filesystem type="mount" accessmode="passthrough">
+ <filesystem type="mount" accessmode="mapped">
<driver type="handle"/>
- <source dir="/foo/bar"/>
- <target dir="/bar/baz"/>
+ <source dir="/1/2/3"/>
+ <target dir="/4/5/6"/>
</filesystem>
<interface type="network">
<mac address="22:22:33:54:32:10"/>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the domain is fully powered off.