|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Simple question about Para-virtualized drivers in Windo
Thanks Fajar for your reply. I'm not using Redhat PV drivers on boot disk.
My DomU config file is:
disk = [ "file:PathToMyImage.img,hda,w", "tap:aio:/dev/sda1,xvdb,w" ]
I'm not sure which disk should I use in the Win DomU: if the one that says "QEMU HARDDISK" or the one that says "RHEL DISK SCSI Disk Device".
Thanks in advance for your help.
Regards,
Alba
On Mon, May 18, 2009 at 11:43 PM, Fajar A. Nugraha <fajar@xxxxxxxxx> wrote:
On Tue, May 19, 2009 at 3:47 AM, Alba < florfoto@xxxxxxxxx> wrote:
> Hello,
>
> After installing para-virtualized drivers for Windows, and added a disk, I
> can see two disk instead of one in my Windows guest virtual machine.
> In disks' properties says "QEMU HARDDISK" one disk and in the other one
> "RHEL DISK SCSI Disk Device".
>
> Which one should I use?
What is your domU config like?
Redhat's PV driver should NOT be used for boot disk.
http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.2/html/Para-Virtualized_Windows_Drivers/chap-Para-Virtualized_Windows_Drivers-Requirements_and_restrictions.html
So your disk like should look something like this (old-style config)
disk = [
'phy:/dev/VolGroup/disk1lv,hda,w',
'phy:/dev/VolGroup/disk2lv,xvdb,w',
]
Note hda and xvdb, and NOT xvda and xvdb.
Personally I'd recommend you use James Harper's GPLPV (at least for
now), as it's more widely used, and it can be used on boot disk (C:).
You don't need to change any domU disk config with GPLPV.
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|