All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Ed Smith <esmith@virtualiron.com>
Cc: Xen Devel <xen-devel@lists.xensource.com>
Subject: Re: Testing status of fully virtualized guests (Intel VT) on 64bit XEN unstable
Date: Wed, 21 Jun 2006 16:16:03 -0500	[thread overview]
Message-ID: <4499B713.8070509@us.ibm.com> (raw)
In-Reply-To: <4499AE9C.6060605@virtualiron.com>

I'll have a fix by the end of the night.

I suspect that the problem is that the threads used for each XML-RPC 
request are not exiting because of the child process spawned during HVM 
creation.

Since we switched to HTTP/1.1, this is confusing the client as it thinks 
the server is doing Keep-Alive (when it's not).

Technically speaking, we've had a broken HTTP/1.0 implementation for 
quite some time (as we didn't close the connection).  However, the 
Python HTTP/1.0 client seemed to cope with this which is why we haven't 
seen it as a bug.

I'm experimenting with something that fixes the HVM creation to do the 
Right Thing.  If I don't have something useful by the end of the 
evening, I'll just submit a patch to default back to HTTP/1.0.

It would be nice to fix it the right way though as HVM creation causes a 
pretty ugly bug in libvirt which is making HVM domains non-controllable 
with the CIM providers.

Regards,

Anthony Liguori

Ed Smith wrote:
> Nakajima, Jun wrote:
> > Yes, we are observing the same problem. Our team is saying it would 
> work
> > if the changeset 10454 "Add support to Xend XML-RPC server for HTTP/1.1
> > Keep-Alive" is backed out.
> >
> > Looks like the newly created HVM guest is placed into the pause state.
> > If we do xm unpause, it starts running.
>
>
> Ed Smith wrote:
>> Summary:
>> Changeset 10470
>> - NEW: 32bit and 64bit guests will not start, VCPU get no runtime.  On
>>   the domain destroy we crash in vmx_clear_vmcs. (see failure.13)
>> - Guest networks fail to come up, netdev=eth1 (see failure.12)
>
> I tried an xm unpause and my guest did indeed boot.  Thanks Jun!  
> However once
> booted the guest network will not come up, the problem I started 
> seeing when I
> moved up to changeset 10449.
>
> Ed
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

  reply	other threads:[~2006-06-21 21:16 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-21 12:51 Testing status of fully virtualized guests (Intel VT) on 64bit XEN unstable Ed Smith
2006-06-21 13:05 ` Keir Fraser
2006-06-21 20:39 ` Ed Smith
2006-06-21 21:16   ` Anthony Liguori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-06-28 12:52 Ed Smith
2006-06-26 13:42 Ed Smith
2006-06-24 13:45 Ed Smith
2006-06-20  8:59 Ed Smith
2006-06-20  9:12 ` Keir Fraser
2006-06-20  9:16   ` Keir Fraser
2006-06-20 21:28   ` Ed Smith
2006-06-21  7:07     ` Keir Fraser
2006-06-18 12:29 Ed Smith
2006-06-18 13:40 ` Keir Fraser
2006-06-16 17:07 Ed Smith
2006-06-13 18:03 Ed Smith
2006-06-12 13:54 Ed Smith
2006-06-10  3:26 Ed Smith
2006-06-07 17:15 Ed Smith
2006-06-04 14:58 Ed Smith
2006-06-02 14:01 Ed Smith
2006-06-01 18:00 Ed Smith
2006-05-31 17:26 Ed Smith
2006-05-30 14:12 Ed Smith
2006-05-26 15:15 Ed Smith
2006-05-25 16:42 Ed Smith
2006-05-24 12:20 Ed Smith
2006-05-23 13:38 Ed Smith
2006-05-19 14:11 Ed Smith
2006-05-18 14:45 Ed Smith
2006-05-17 14:25 Ed Smith
2006-05-16 17:54 Ed Smith
2006-05-16 18:26 ` Ed Smith
2006-05-15 17:55 Ed Smith
2006-05-14 10:24 Ed Smith
2006-05-12 14:35 Ed Smith
2006-05-10 21:03 Nakajima, Jun
2006-05-10 21:34 ` Ed Smith
2006-05-10 19:36 Ed Smith
2006-05-06 18:20 Ed Smith
2006-05-05 11:50 Li, Xin B
2006-05-04 17:03 Ed Smith
2006-05-04 15:37 Li, Xin B
2006-05-04 14:39 Ed Smith
2006-05-03 23:16 Ed Smith
2006-05-02 19:35 Ed Smith
2006-05-01 20:09 Ed Smith
2006-04-29 15:54 Ed Smith
2006-04-27 16:35 Ed Smith
2006-04-26 18:29 Ed Smith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4499B713.8070509@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=esmith@virtualiron.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.