mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-06 13:17:58 +03:00
78c8aef75e
This cleans up the file hierarchy a bit Signed-off-by: Cole Robinson <crobinso@redhat.com>
15 lines
399 B
XML
15 lines
399 B
XML
<pool type="fs">
|
|
<name>pool-fs</name>
|
|
<uuid>10211510-2115-1021-1510-211510211510</uuid>
|
|
<capacity unit='bytes'>984373075968</capacity>
|
|
<allocation unit='bytes'>756681687040</allocation>
|
|
<available unit='bytes'>227691388928</available>
|
|
<source>
|
|
<format type="auto"/>
|
|
<device path="/some/source/path"/>
|
|
</source>
|
|
<target>
|
|
<path>/some/target/path</path>
|
|
</target>
|
|
</pool>
|