mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-27 14:03:57 +03:00
46ec093a28
shutdown could be interpreted as a soft reboot, which won't apply the changes
16 lines
598 B
XML
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. |