Hide Forgot
Attempting to install an F15 64-bit HVM with virt-install using blktap for the disk gives this # virt-install -v -n f15-64fv -l http://download.englab.brq.redhat.com/pub/fedora/linux/development/15/x86_64/os -f /vm/images/f15-64fv.img -s 7 --vcpus=2 -r 1024 Starting install... Retrieving file .treeinfo... | 796 B 00:00 Retrieving file boot.iso... | 281 MB 00:02 ERROR POST operation failed: xend_post: error from xen daemon: (xend.err 'Device 768 (vbd) could not be connected. /etc/xen/scripts/block failed; error detected.') Using blkbk with an image on lvm allows the install to start. # virt-install -v -n f15-64fv -l http://download.englab.brq.redhat.com/pub/fedora/linux/development/15/x86_64/os -f /dev/guests/f15-64fv --vcpus=2 -r 1024
Also note that blktap works for 32-bit HVM installs.
This was due to a problem in my environment. I had exhausted all loop back devices. Only reason to keep this bug open would be if we wanted to make the output message better, e.g. /etc/xen/scripts/block failed; insufficient loop back devices Otherwise it can be closed.
Once again, never mind... This already _is_ logged in /var/log/xen/xen-hotplug.log. Closing.