mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
After commit 590c8dbebf, the tests got
broken due to the fact that the commit broke something that was
working. I'm changing the error to warning and fixing the tests.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
18 lines
439 B
XML
18 lines
439 B
XML
<?xml version="1.0"?>
|
|
<volume>
|
|
<name>pool-logical-volclone</name>
|
|
<key>/some/target/path/pool-logical-vol</key>
|
|
<source>
|
|
</source>
|
|
<capacity unit="bytes">10737418240</capacity>
|
|
<allocation unit="bytes">10737418240</allocation>
|
|
<target>
|
|
<path>/some/target/path/pool-logical-vol</path>
|
|
<permissions>
|
|
<mode>0700</mode>
|
|
<owner>10736</owner>
|
|
<group>10736</group>
|
|
</permissions>
|
|
</target>
|
|
</volume>
|