All of lore.kernel.org
 help / color / mirror / Atom feed
* A few outstanding xenstore/hotplug issues...
@ 2006-06-05 15:02 Matt Ayres
  2006-06-05 20:48 ` Anthony Liguori
  2006-06-06 10:57 ` Ewan Mellor
  0 siblings, 2 replies; 4+ messages in thread
From: Matt Ayres @ 2006-06-05 15:02 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

Greetings!

I am still noticing a few issues related to xenstore and hotplug.

1) xenstored will periodically die.  I do have xenstore tracing enabled, 
but not much is shown.  A transaction is running one second and then 
nothing (no "FATAL ERROR" or anything). This does not happen very 
frequently, but does happen now and then. As is known, once xenstored 
dies the only way to get it running again is with a reboot. A bad effect 
lies in the fact that domains can't be shutdown properly without 
xenstored running!

2) I get the old "Cannot connect VBD" on boot-up while running 
xendomains start, I'd assume due to xenstore getting bogged down. It's 
completely random as to which domains it will do it to.  I've worked 
around this by having xendomains run from init.d and then also re-run it 
from rc.local to start all the domains that didn't start the first time. 
  Even doing this causes some domains to not start properly sometimes 
(it seems based on how many failed to start the first time).

I remember reading that xenstore is getting an overhaul in the near 
future and want to know if these are "known issues" and if I should 
bother submitting bug reports or if I should just sit tight and watch 
the lists.

Thank you,
Matt Ayres

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A few outstanding xenstore/hotplug issues...
  2006-06-05 15:02 A few outstanding xenstore/hotplug issues Matt Ayres
@ 2006-06-05 20:48 ` Anthony Liguori
  2006-06-06 10:57 ` Ewan Mellor
  1 sibling, 0 replies; 4+ messages in thread
From: Anthony Liguori @ 2006-06-05 20:48 UTC (permalink / raw)
  To: Matt Ayres; +Cc: xen-devel@lists.xensource.com

Matt Ayres wrote:
> Greetings!
>
> I am still noticing a few issues related to xenstore and hotplug.
>
> 1) xenstored will periodically die.  I do have xenstore tracing 
> enabled, but not much is shown.  A transaction is running one second 
> and then nothing (no "FATAL ERROR" or anything). This does not happen 
> very frequently, but does happen now and then. As is known, once 
> xenstored dies the only way to get it running again is with a reboot. 
> A bad effect lies in the fact that domains can't be shutdown properly 
> without xenstored running!

Define "die".  Does it seg fault?  Can you try to repro with ulimit -c 
unlimited and check / to see if there's a core?

If it doesn't drop a core, that is also useful to know as that would 
suggest an exit() of some sort (although no message is rather odd!).

> 2) I get the old "Cannot connect VBD" on boot-up while running 
> xendomains start, I'd assume due to xenstore getting bogged down. It's 
> completely random as to which domains it will do it to.  I've worked 
> around this by having xendomains run from init.d and then also re-run 
> it from rc.local to start all the domains that didn't start the first 
> time.  Even doing this causes some domains to not start properly 
> sometimes (it seems based on how many failed to start the first time).

What changeset are you using and do you have any custom patches going?  
Have you ever seen this without xendomains?

> I remember reading that xenstore is getting an overhaul in the near 
> future and want to know if these are "known issues" and if I should 
> bother submitting bug reports or if I should just sit tight and watch 
> the lists.

I'm not aware of any overhaul although that doesn't mean it isn't 
happening.  I'd appreciate knowing if anyone was planning on doing this 
myself.

Regards,

Anthony Liguori

> Thank you,
> Matt Ayres
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A few outstanding xenstore/hotplug issues...
  2006-06-05 15:02 A few outstanding xenstore/hotplug issues Matt Ayres
  2006-06-05 20:48 ` Anthony Liguori
@ 2006-06-06 10:57 ` Ewan Mellor
  2006-06-06 13:30   ` Matt Ayres
  1 sibling, 1 reply; 4+ messages in thread
From: Ewan Mellor @ 2006-06-06 10:57 UTC (permalink / raw)
  To: Matt Ayres; +Cc: xen-devel@lists.xensource.com

On Mon, Jun 05, 2006 at 11:02:55AM -0400, Matt Ayres wrote:

> Greetings!
> 
> I am still noticing a few issues related to xenstore and hotplug.
> 
> 1) xenstored will periodically die.  I do have xenstore tracing enabled, 
> but not much is shown.  A transaction is running one second and then 
> nothing (no "FATAL ERROR" or anything). This does not happen very 
> frequently, but does happen now and then. As is known, once xenstored 
> dies the only way to get it running again is with a reboot. A bad effect 
> lies in the fact that domains can't be shutdown properly without 
> xenstored running!
> 
> 2) I get the old "Cannot connect VBD" on boot-up while running 
> xendomains start, I'd assume due to xenstore getting bogged down. It's 
> completely random as to which domains it will do it to.  I've worked 
> around this by having xendomains run from init.d and then also re-run it 
> from rc.local to start all the domains that didn't start the first time. 
>  Even doing this causes some domains to not start properly sometimes 
> (it seems based on how many failed to start the first time).
> 
> I remember reading that xenstore is getting an overhaul in the near 
> future and want to know if these are "known issues" and if I should 
> bother submitting bug reports or if I should just sit tight and watch 
> the lists.

No, there's no major effort being put into xenstore at the moment.
We're certainly interested in fixing the bugs there, but your ones have
been very hard to track down!  If you can get a core dump, then I'll
certainly have a look for you, but without that, your crash bug is so
intermittent that it's been impossible to find.

The xendomains one ought to be easier to work on, so I'll get someone to
have a look at that for you.

Cheers,

Ewan.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A few outstanding xenstore/hotplug issues...
  2006-06-06 10:57 ` Ewan Mellor
@ 2006-06-06 13:30   ` Matt Ayres
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Ayres @ 2006-06-06 13:30 UTC (permalink / raw)
  To: Ewan Mellor; +Cc: xen-devel@lists.xensource.com



Ewan Mellor wrote:

>>
>> I remember reading that xenstore is getting an overhaul in the near 
>> future and want to know if these are "known issues" and if I should 
>> bother submitting bug reports or if I should just sit tight and watch 
>> the lists.
> 
> No, there's no major effort being put into xenstore at the moment.
> We're certainly interested in fixing the bugs there, but your ones have
> been very hard to track down!  If you can get a core dump, then I'll
> certainly have a look for you, but without that, your crash bug is so
> intermittent that it's been impossible to find.
> 
> The xendomains one ought to be easier to work on, so I'll get someone to
> have a look at that for you.
> 

I was confused then. I went back and realized I mis-read something in 
the thread regarding the new credit scheduler.

As far as the bugs, I'll go ahead and submit bugzilla id's for both for 
now.  The xendomains should be very easy to reproduce, simply create 
many domains (50+) and keep running xendomains start/stop and I'm 
confident you'll see it :)  I'd bet making the domain start usleep in 
/etc/sysconfig/xendomains would fix it for me as it appears it's just 
xenstore or hotplug getting backed up.  The reason I won't is because I 
don't want my servers to take twice as long to boot when the bug should 
be fixed so no band-aid is needed.

Thanks,
Matt

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-06-06 13:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-05 15:02 A few outstanding xenstore/hotplug issues Matt Ayres
2006-06-05 20:48 ` Anthony Liguori
2006-06-06 10:57 ` Ewan Mellor
2006-06-06 13:30   ` Matt Ayres

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.