virt-manager/tests/storage-xml/pool-disk-volclone.xml
Giuseppe Scrivano 941350b8ae tests: fix tests with latest libvirt from git
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2013-12-02 13:26:31 -05:00

18 lines
445 B
XML

<volume type="file">
<name>pool-disk-volclone</name>
<key>/some/target/path/pool-disk-vol</key>
<source>
</source>
<capacity unit="bytes">10737418240</capacity>
<allocation unit="bytes">5368709120</allocation>
<target>
<path>/some/target/path/pool-disk-vol</path>
<format type="none"/>
<permissions>
<mode>0700</mode>
<owner>10736</owner>
<group>10736</group>
</permissions>
</target>
</volume>