mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-15 23:24:27 +03:00
ec359fd5b2
This deprecates the difficult perms= sub option
13 lines
376 B
XML
13 lines
376 B
XML
--- Original XML
|
|
+++ Altered XML
|
|
@@ -88,7 +88,7 @@
|
|
<driver name="qemu" type="qcow2" cache="none"/>
|
|
<source file="/tmp/foobar2"/>
|
|
<target dev="vdc" bus="virtio"/>
|
|
- <shareable/>
|
|
+ <readonly/>
|
|
</disk>
|
|
<disk type="block" device="disk">
|
|
<source dev="/dev/default-pool/overlay.img"/>
|
|
|
|
Domain 'test-many-devices' defined successfully. |