libvirt/examples/xml/storage/pool-netfs.xml

17 lines
373 B
XML
Raw Normal View History

2008-02-20 15:52:40 +00:00
<pool type="netfs">
<name>virtimages</name>
<source>
<host name="nfs.example.com"/>
<dir path="/var/lib/virt/images"/>
2008-02-20 15:52:40 +00:00
</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>