mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-24 15:26:36 -06:00
212b77cc1f
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>
13 lines
263 B
XML
13 lines
263 B
XML
<volume>
|
|
<name>pool-logical-vol</name>
|
|
<capacity>10737418240</capacity>
|
|
<allocation>10737418240</allocation>
|
|
<target>
|
|
<permissions>
|
|
<mode>0700</mode>
|
|
<owner>10736</owner>
|
|
<group>10736</group>
|
|
</permissions>
|
|
</target>
|
|
</volume>
|