mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-25 06:03:55 +03:00
e067051287
commit: 67743cbe313bc9b31875c1a9fb8330c28469bd32 c5f6c6852a9cf920c79f09dedea15c8b95d2a75b and 98ea4cdad2e1106edc3dec07a1c3da98fb75ad77 break some test suites. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
18 lines
447 B
XML
18 lines
447 B
XML
<volume type="file">
|
|
<name>pool-netfs-volclone</name>
|
|
<key>/some/target/path/pool-netfs-vol</key>
|
|
<source>
|
|
</source>
|
|
<capacity unit="bytes">10737418240</capacity>
|
|
<allocation unit="bytes">5368709120</allocation>
|
|
<target>
|
|
<path>/some/target/path/pool-netfs-vol</path>
|
|
<format type="raw"/>
|
|
<permissions>
|
|
<mode>0700</mode>
|
|
<owner>10736</owner>
|
|
<group>10736</group>
|
|
</permissions>
|
|
</target>
|
|
</volume>
|