mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
12 lines
248 B
XML
12 lines
248 B
XML
|
<pool type='disk'>
|
||
|
<name>pool-disk</name>
|
||
|
<uuid>10010511-5107-1001-0511-510710010511</uuid>
|
||
|
<source>
|
||
|
<format type="dos"/>
|
||
|
<device path="/some/source/path"/>
|
||
|
</source>
|
||
|
<target>
|
||
|
<path>/some/target/path</path>
|
||
|
</target>
|
||
|
</pool>
|