FS#24343 - AIF fails to detect virtio_blk devices
Attached to Project:
Release Engineering
Opened by Dave Reisner (falconindy) - Wednesday, 18 May 2011, 23:01 GMT
Last edited by Gerardo Exequiel Pozzi (djgera) - Monday, 26 November 2012, 04:47 GMT
Opened by Dave Reisner (falconindy) - Wednesday, 18 May 2011, 23:01 GMT
Last edited by Gerardo Exequiel Pozzi (djgera) - Monday, 26 November 2012, 04:47 GMT
|
Details
When installing on qemu-kvm using virtio drivers for block
devices, AIF does not detect the created /dev/vdXY nodes as
usable block devices during partitioning.
To reproduce: qemu-img -f qcow2 /path/to/image 5G qemu-kvm -drive file=/path/to/image,if=virtio -cdrom /path/to/arch-install.iso -boot d I expect to see /dev/vda available in the block device config menu, but it lists nothing. |
This task depends upon
Closed by Gerardo Exequiel Pozzi (djgera)
Monday, 26 November 2012, 04:47 GMT
Reason for closing: Deferred
Monday, 26 November 2012, 04:47 GMT
Reason for closing: Deferred
Dave your patch does not work properly with the current release.
I'll see if I can hack a patch together that will actually solve this issue.
FWIW Dave's patch looks okay to me (if only it would work :)