|
|
|
|
|
|
|
|
|
|
xen-users
> In my /var/log/xen folder I have a bunch of qemu log files, when I try
> to create my windows xp setup domain a new one is created with this output;
>
> domid: 10
> qemu: the number of cpus is 1
> qemu: could not open hard disk image 'sys_vg/windows_os'
AFAIK you have to use full path to the disk device (including /dev) if you
want to use an LVM volume as a disk for your HVM guest. That is, instead
disk = [ 'phy:sys_vg/windows_os,ioemu:hda,w' ]
you should use
disk = [ 'phy:/dev/sys_vg/windows_os,ioemu:hda,w' ]
Jirka
--
`Funny, how just when you think life can't possibly get any worse it suddenly
does.'
-- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|