mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
17 lines
393 B
XML
17 lines
393 B
XML
|
<volume>
|
||
|
<name>OtherDemo.img</name>
|
||
|
<key>/var/lib/libvirt/images/OtherDemo.img</key>
|
||
|
<source>
|
||
|
</source>
|
||
|
<target>
|
||
|
<path>/var/lib/libvirt/images/OtherDemo.img</path>
|
||
|
<format type='qcow2'/>
|
||
|
<permissions>
|
||
|
<mode>0644</mode>
|
||
|
<owner>0</owner>
|
||
|
<group>0</group>
|
||
|
<label>unconfined_u:object_r:virt_image_t:s0</label>
|
||
|
</permissions>
|
||
|
</target>
|
||
|
</volume>
|