mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
aff0ddb259
Simplify the API a bunch while we are at it, add tests, etc.
12 lines
262 B
XML
12 lines
262 B
XML
<pool type="logical">
|
|
<name>pool-logical-srcname</name>
|
|
<uuid>10811110-3105-9997-1084-511511499110</uuid>
|
|
<source>
|
|
<device path="/some/source/path"/>
|
|
<name>vgname</name>
|
|
</source>
|
|
<target>
|
|
<path>/some/target/path</path>
|
|
</target>
|
|
</pool>
|