mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 12:51:12 +00: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>
|