mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-11 07:55:52 -06:00
aff0ddb259
Simplify the API a bunch while we are at it, add tests, etc.
12 lines
246 B
XML
12 lines
246 B
XML
<pool type="fs">
|
|
<name>pool-fs</name>
|
|
<uuid>10211510-2115-1021-1510-211510211510</uuid>
|
|
<source>
|
|
<format type="auto"/>
|
|
<device path="/some/source/path"/>
|
|
</source>
|
|
<target>
|
|
<path>/some/target/path</path>
|
|
</target>
|
|
</pool>
|