From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Cris Daniluk <cris.daniluk@gmail.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: hotplug error after several starting multiple VMs
Date: Fri, 27 Aug 2010 12:09:27 -0400 [thread overview]
Message-ID: <20100827160927.GB1303@phenom.dumpdata.com> (raw)
In-Reply-To: <AANLkTi=ZLbSRUwyP7Y1po=ko5k8rEJ1Fz0jX6+8_Aaut@mail.gmail.com>
On Thu, Aug 26, 2010 at 09:21:40PM -0400, Cris Daniluk wrote:
> Okay, trying a new combination of Xen release/dom0. I'm running
> OpenSLES 11.3 with dist kernel 2.6.34-12-xen using dist
> 4.0.0_21091_05-6.6. In general, behavior is good and I am able to
> fire and put VMs under load. However, I'm running into hotplug errors
> after starting around 20 VMs. I've had very poor results trying to
> research this problem given the overwhelming number of people who see
> the error message when configuring Xen for the first time, so I'm not
> sure where to begin debugging. Everything is running under a single
It looks as if the hot plug scripts are the ones that fail. Here is what
I would suggest:
1). Enable all debug options in /etc/sysconfig/xend
2). Add -x to the hotplug scripts, as so:
[konrad@phenom /]$ diff -uNr /etc/xen/scripts/block.orig
/etc/xen/scripts/block
--- /etc/xen/scripts/block.orig 2010-08-27 12:05:05.383410805 -0400
+++ /etc/xen/scripts/block 2010-08-27 12:05:09.438365152 -0400
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -x
dir=$(dirname "$0")
. "$dir/block-common.sh"
That will make the output of whatever the script is doing and as well
all the errors it encountered be logged in /var/log/xen/xen-hotplug.log
You probably want to add the -x to the network-bridge script.
> bridge and I'm using Xen's network-bridge script to manage it. Once I
> get into this state, I can't start new VMs, but I can continue to work
> with the VMs that are already running. The error is as follows:
>
> linux:/etc/xen/shared/domains # xm create test13
> Using config file "./test13".
> Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
>
>
> The xend.log output is below. Nothing is logged to xen-hotplug.log.
Try the -x trick and that file should be filled with data.
prev parent reply other threads:[~2010-08-27 16:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-27 1:21 hotplug error after several starting multiple VMs Cris Daniluk
2010-08-27 16:09 ` Konrad Rzeszutek Wilk [this message]
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=20100827160927.GB1303@phenom.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=cris.daniluk@gmail.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.