mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
435c7181f1
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>
12 lines
329 B
XML
12 lines
329 B
XML
<model type="cirrus" vram="16384" heads="1" primary="yes"/>
|
|
</video>
|
|
<memballoon model="virtio"/>
|
|
+ <disk type="file" device="disk">
|
|
+ <source file="/pool-dir/testvol1.img"/>
|
|
+ <target dev="vdf" bus="virtio"/>
|
|
+ </disk>
|
|
</devices>
|
|
</domain>
|
|
|
|
Domain 'test-state-shutoff' started successfully.
|