mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
10 lines
158 B
XML
10 lines
158 B
XML
|
<pool type="logical">
|
||
|
<name>HostVG</name>
|
||
|
<source>
|
||
|
<device path="/dev/sda1"/>
|
||
|
</source>
|
||
|
<target>
|
||
|
<path>/dev/HostVG</path>
|
||
|
</target>
|
||
|
</pool>
|