On Sat, Mar 27, 2010 at 10:36:39AM +0000, Keir Fraser wrote:
> On 27/03/2010 10:02, "Pasi Kärkkäinen" <pasik@xxxxxx> wrote:
>
> > On Sat, Mar 27, 2010 at 07:56:00AM +0000, Keir Fraser wrote:
> >> I'm able to create HVM and PV domains okay. Are you saying that
> >> specifically
> >> xend 'managed domain' functionality is broken? Any idea if that is a recent
> >> regression, if so?
> >>
> >
> > Michael said it also happens with 'xm create -c', but I'll verify soon..
>
> That's what I tried, and it seemed to work okay.
>
[root@dom0 xen]# xm create -f /etc/xen/f12test-nonmanaged -c
Using config file "/etc/xen/f12test-nonmanaged".
xenconsole: Could not read tty from store: No such file or directory
[root@dom0 xen]# Started domain f12test (id=1)
[root@dom0 xen]# cat /etc/xen/f12test-nonmanaged
name = "f12test"
uuid = "dbe06b39-a570-2b98-a2fe-8f17738fd1d5"
maxmem = 512
memory = 512
vcpus = 2
bootloader = "/usr/bin/pygrub"
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
disk = [ "phy:/dev/vg_f12test/f12test,xvda,w" ]
vif = [ "mac=00:16:36:36:25:bf,bridge=virbr0,script=vif-bridge" ]
And obviously I didn't get to see pygrub or select the domU kernel
because the console connection failed.. domU did start up fine.
dom0 is Fedora 12 with Xen 4.0.0-rc8 (from Michael's rpm).
So what should I try to debug it?
-- Pasi
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|