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

10 lines
158 B
XML
Raw Normal View History

2008-02-20 15:52:40 +00:00
<pool type="logical">
<name>HostVG</name>
<source>
<device path="/dev/sda1"/>
</source>
<target>
<path>/dev/HostVG</path>
</target>
</pool>