virt-manager/tests/storage-xml/pool-fs-volclone.xml
Chen Hanxiao e067051287 test: fix some test suites
commit:
67743cbe31
c5f6c6852a
and
98ea4cdad2

break some test suites.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2014-02-09 08:38:56 -05:00

18 lines
438 B
XML

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