mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-24 21:34:47 +03:00
e067051287
commit:67743cbe31
c5f6c6852a
and98ea4cdad2
break some test suites. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
18 lines
438 B
XML
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>
|