Cam Macdonell
2007-Sep-25 23:37 UTC
[Xen-users] Problem using tap:aio with disk on Scientific Linux (RHEL clone)
Hi, I was trying to install a paravirtualized guest on. My dom0 is Scientifc Linux 5.0 (a RHEL clone) and I tried installing both FC6 and SL5 and for both guest OSes, the installer would not find the disk I had specified (a regular file). I was using virt-manager to install them. After a couple attempts, I switched to the manual method with ''xm create''. With no luck, I eventually tried switching the disk to "file:" from "tap:aio" and then the install finally detected the disk. Here is my config file: kernel = "/boot/vmlinuz-xen-install" ramdisk = "/boot/initrd-xen-install" name = "xenmachine1" memory = "2048" disk = [ ''file:/usr/scratch/cam/Xen/xenby,xvda,w'', ] vif = [ ''bridge=xenbr0'', ] vcpus=1 vnc=1 on_reboot = ''destroy'' on_crash = ''destroy'' Does anyone know what the problem with tap:aio is? Is it a RHEL 5 issue that has been seen with CentOS or other clones? I''m a newb with Xen and would appreciate any pointers on how to get it to work better. Thanks, Cam _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
jim burns
2007-Sep-26 00:41 UTC
Re: [Xen-users] Problem using tap:aio with disk on Scientific Linux (RHEL clone)
On Tue September 25 2007 7:37:33 pm Cam Macdonell wrote:> With no luck, I eventually tried switching the disk to "file:" > from "tap:aio" and then the install finally detected the disk.I had a problem with tap:aio: disks not being recognized on an hvm guest. Don''t know if this applies to pv, but specifying just ''tap:'' worked, and I still got the performance benefit. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users