virt-manager/tests/data/storage/pool-dir2-volinput.xml
Cole Robinson 435c7181f1 tests: testdriver: Rename default-pool -> pool-dir
And move the path to not be rooted in /dev, which doesn't make
sense for a directory pool, and triggers some special /dev handling
in virtinst that we don't want in the common testing path.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2022-02-27 13:03:04 -05:00

14 lines
289 B
XML

<volume>
<name>pool-dir2-volinput</name>
<capacity>10737418240</capacity>
<allocation>5368709120</allocation>
<target>
<format type="raw"/>
<permissions>
<mode>0700</mode>
<owner>10736</owner>
<group>10736</group>
</permissions>
</target>
</volume>