[libvirt] Etsy uses Libvirt... :)

2012-04-08 Thread Justin Clift
Hey everyone, Just noticed that Etsy uses libvirt: http://codeascraft.etsy.com/2012/03/13/making-it-virtually-easy-to-deploy-on-day-one/ Of specific note, there's this bit: "Libvirt supports live migrations across non-shared storage (in QEMU 0.12.2+) with zero downtime which makes it e

[libvirt] [PATCH] UML: may be typo

2012-04-08 Thread MATSUDA, Daiki
I found typo in UML driver. MATSUDA Daiki --- libvirt-0.9.11/src/uml/uml_driver.c.orig2012-04-09 11:56:47.105695476 +0900 +++ libvirt-0.9.11/src/uml/uml_driver.c 2012-04-09 11:56:56.653820665 +0900 @@ -249,7 +249,7 @@ umlIdentifyChrPTY(struct uml_driver *dri { int i; -for (i = 0 ;

Re: [libvirt] [PATCH] LXC: support block devices for container

2012-04-08 Thread Gao feng
于 2012年04月06日 18:38, Daniel P. Berrange 写道: > On Fri, Apr 06, 2012 at 02:31:54PM +0800, Gao feng wrote: >> This patch allows to config block device for container. >> the disk node is used to point out source device and target device >> source device is the device path in host, >> and target device

[libvirt] Multithreading crash on Win32

2012-04-08 Thread Marcel Müller
Hello everyone, I’m using libvirt 0.9.11 on a Windows machine with java bindings. This works fine, as long as the application is single threaded. As soon as I switch over to more threads libvirt crashes most of the time (but not always!). I’ve tried to track down the issue, but I’m at a loss n

Re: [libvirt] [RH-BZ #639987 RH-BZ #639983] already fixed tickets in buglist

2012-04-08 Thread Cole Robinson
On 04/02/2012 12:53 PM, Maxim Sditanov wrote: > I found 2 bugs in bug tracker > > https://bugzilla.redhat.com/show_bug.cgi?id=639983 > https://bugzilla.redhat.com/show_bug.cgi?id=639987 > > I tried to reproduce bugs (create domain with name " and ; ). > Then i start, stop, listen this domains wit

Re: [libvirt] xen-hypervisor: GetVcpus may not find a certain domain

2012-04-08 Thread Cole Robinson
On 04/02/2012 10:38 AM, Stefan Bader wrote: > xen-hypervisor: GetVcpus may not find a certain domain > > Observed on connections that have been running and then shut > down. The hypervisor subdriver fills the log with internal > errors while the xend driver actually can handle the query. > > This

Re: [libvirt] xend_internal: Use domain/status for shutdown check

2012-04-08 Thread Cole Robinson
On 04/02/2012 10:38 AM, Stefan Bader wrote: > xend_internal: Use domain/status for shutdown check > > On newer xend (v3.x and after) there is no state and domid reported > for inactive domains. When initially creating connections this is > handled in various places by assigning domain->id = -1. >