virt-manager/tests/data/xmlparse/pool-fs-out.xml
Cole Robinson 78c8aef75e tests: Move all data directories to data/
This cleans up the file hierarchy a bit

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2020-01-27 06:57:37 -05:00

16 lines
395 B
XML

<pool type="dir">
<name>foo-new</name>
<uuid>10211510-2115-1021-1510-211510211999</uuid>
<capacity unit="bytes">200000</capacity>
<allocation unit="bytes">150000</allocation>
<available unit="bytes">50000</available>
<source>
<format type="ext3"/>
<device path="/dev/foo/bar"/>
<name>fooname</name>
</source>
<target>
<path>/mnt/my/foo</path>
</target>
</pool>