mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
17 lines
379 B
XML
17 lines
379 B
XML
|
<pool type="netfs">
|
||
|
<name>virtimages</name>
|
||
|
<source>
|
||
|
<host name="nfs.example.com"/>
|
||
|
<directory path="/var/lib/virt/images"/>
|
||
|
</source>
|
||
|
<target>
|
||
|
<path>/var/lib/virt/images</path>
|
||
|
<permissions>
|
||
|
<mode>0700</mode>
|
||
|
<owner>0</owner>
|
||
|
<group>0</group>
|
||
|
<label>system_u:object_r:xen_image_t:s0</label>
|
||
|
</permissions>
|
||
|
</target>
|
||
|
</pool>
|