virt-manager/tests/data/xmlparse/pool-dir-vol-in.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

29 lines
704 B
XML

<volume>
<name>pool-dir-vol</name>
<capacity>10737418240</capacity>
<allocation>5368709120</allocation>
<target>
<format type="raw"/>
<permissions>
<mode>0700</mode>
<owner>10736</owner>
<group>10736</group>
</permissions>
</target>
<backingStore>
<path>/foo/bar/baz</path>
<format type='qcow2'/>
<permissions>
<mode>0644</mode>
<owner>107</owner>
<group>107</group>
<label>system_u:object_r:virt_content_t:s0</label>
</permissions>
<timestamps>
<atime>1380391173.646500267</atime>
<mtime>1361141691.649777468</mtime>
<ctime>1380037213.225753249</ctime>
</timestamps>
</backingStore>
</volume>