[libvirt] [PATCH] (not for inclusion) add virDomainRename API

2009-06-08 Thread Doug Goldstein
The following patch stubs out virDomainRename() as an available API function. I'm just making sure I'm doing this right. I know there were some plans to include documentation about adding API to the website but I don't see it. The included patch does not include my example driver for qemu and test.

Re: [libvirt] [PATCH 1/1] Add support for serial number in HAL storage

2009-06-08 Thread Daniel P. Berrange
On Mon, Jun 08, 2009 at 02:18:14PM -0400, David Allan wrote: > --- > src/node_device_conf.c |5 + > src/node_device_conf.h |1 + > src/node_device_hal.c |1 + > 3 files changed, 7 insertions(+), 0 deletions(-) ACK, patch looks pretty trivial & fine. Could you also extend the docs

Re: [libvirt] [PATCH 1/1] Add support for serial number in HAL storage

2009-06-08 Thread Daniel P. Berrange
On Mon, Jun 08, 2009 at 02:55:02PM -0400, Dave Allan wrote: > Daniel Veillard wrote: > >On Mon, Jun 08, 2009 at 02:18:14PM -0400, David Allan wrote: > >>--- > >> src/node_device_conf.c |5 + > >> src/node_device_conf.h |1 + > >> src/node_device_hal.c |1 + > >> 3 files changed, 7 ins

[libvirt] [PATCH] Support kvm-img or qemu-img dynamically

2009-06-08 Thread Doug Goldstein
This patch adds a new function virFindFileInPath() and uses it to find where a binary lives in the PATH environment variable. Using this, we can dynamically find where utility functions exist (and if they even exists). So such we remove the build-time check for qemu-img and make it dynamic for kvm-

Re: [libvirt] [PATCH 1/1] Add support for serial number in HAL storage

2009-06-08 Thread Dave Allan
Daniel Veillard wrote: On Mon, Jun 08, 2009 at 02:18:14PM -0400, David Allan wrote: --- src/node_device_conf.c |5 + src/node_device_conf.h |1 + src/node_device_hal.c |1 + 3 files changed, 7 insertions(+), 0 deletions(-) Patch looks fine to me, my main question is if we c

Re: [libvirt] [PATCH 1/1] Add support for serial number in HAL storage

2009-06-08 Thread Daniel Veillard
On Mon, Jun 08, 2009 at 02:18:14PM -0400, David Allan wrote: > --- > src/node_device_conf.c |5 + > src/node_device_conf.h |1 + > src/node_device_hal.c |1 + > 3 files changed, 7 insertions(+), 0 deletions(-) Patch looks fine to me, my main question is if we can get the same t

[libvirt] [PATCH 0/1] Add support for disk serial number in node device code

2009-06-08 Thread David Allan
This small patch extends the information for storage devices to include their serial number. This information is useful in figuring out which devices are actually multiple paths to the same backend device, as well as identifying devices uniquely across nodes. This code will be used by the mult

[libvirt] [PATCH 1/1] Add support for serial number in HAL storage

2009-06-08 Thread David Allan
--- src/node_device_conf.c |5 + src/node_device_conf.h |1 + src/node_device_hal.c |1 + 3 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/node_device_conf.c b/src/node_device_conf.c index 2360427..e37295a 100644 --- a/src/node_device_conf.c +++ b/src/node_device

Re: [libvirt] Remote Xen and libvirt >= 0.5.0 Issues

2009-06-08 Thread Hany Fahim
Yep, that did it. It works when using xen+tls as the transport. Thanks for your help Daniel. Hany On Mon, Jun 8, 2009 at 12:53 PM, Daniel P. Berrange wrote: > On Mon, Jun 08, 2009 at 12:47:30PM -0400, Hany Fahim wrote: > > Hey Daniel, > > Sorry, I should have mentioned that. Yes, I did setup the

Re: [libvirt] Remote Xen and libvirt >= 0.5.0 Issues

2009-06-08 Thread Daniel P. Berrange
On Mon, Jun 08, 2009 at 12:47:30PM -0400, Hany Fahim wrote: > Hey Daniel, > Sorry, I should have mentioned that. Yes, I did setup the x509/TLS > certificates based on the instructions provided by the libvirt > documentation. The setup with the certificates work flawlessly with 0.4.6. > Here is a su

Re: [libvirt] Remote Xen and libvirt >= 0.5.0 Issues

2009-06-08 Thread Hany Fahim
Hey Daniel, Sorry, I should have mentioned that. Yes, I did setup the x509/TLS certificates based on the instructions provided by the libvirt documentation. The setup with the certificates work flawlessly with 0.4.6. Here is a successful run of the virsh command using libvirt 0.4.6 with the certifi

Re: [libvirt] Remote Xen and libvirt >= 0.5.0 Issues

2009-06-08 Thread Daniel P. Berrange
On Mon, Jun 08, 2009 at 12:20:12PM -0400, Hany Fahim wrote: > Hey Daniel, > Thanks for the reply. The strange thing is, libvirt isn't even attempting to > establish a connection with the remote server. I've performed tcpdumps to > verify this; no traffic is exchanged between the two hosts when exec

Re: [libvirt] Remote Xen and libvirt >= 0.5.0 Issues

2009-06-08 Thread Hany Fahim
Hey Daniel, Thanks for the reply. The strange thing is, libvirt isn't even attempting to establish a connection with the remote server. I've performed tcpdumps to verify this; no traffic is exchanged between the two hosts when executing the virsh command. If I switch back to a version of libvirt be

Re: [libvirt] Checkpoint VMs

2009-06-08 Thread Daniel P. Berrange
On Mon, Jun 08, 2009 at 04:53:53PM +0200, Maximilian Wilhelm wrote: > Hi! > > Some months ago there were some mails about ideas of adding new API > functions for checkpointing of domains. > > For the project group Virtualized SuperComputer (the crazy guys with > the ESX driver) we would like to h

[libvirt] Checkpoint VMs

2009-06-08 Thread Maximilian Wilhelm
Hi! Some months ago there were some mails about ideas of adding new API functions for checkpointing of domains. For the project group Virtualized SuperComputer (the crazy guys with the ESX driver) we would like to have such a feature and would be willing to propose API patches and anything the li

Re: [Libvirt] VNC auth per VM

2009-06-08 Thread Christian Weyermann
Daniel P. Berrange schrieb: > On Mon, Jun 08, 2009 at 11:35:00AM +0200, Christian Weyermann wrote: > >> Hello everybody, >> >> I encountered the following problem. I want my users to only be able to >> connect to their own virtual machines via VNC. Is there any way to do so? >> > > The VNC

Re: [Libvirt] VNC auth per VM

2009-06-08 Thread Daniel P. Berrange
On Mon, Jun 08, 2009 at 11:35:00AM +0200, Christian Weyermann wrote: > Hello everybody, > > I encountered the following problem. I want my users to only be able to > connect to their own virtual machines via VNC. Is there any way to do so? The VNC authentication setup is currently being done per-

Re: [libvirt] Remote Xen and libvirt >= 0.5.0 Issues

2009-06-08 Thread Daniel P. Berrange
On Sun, Jun 07, 2009 at 02:02:20PM -0400, Hany Fahim wrote: > Hi, > I'm currently running a few servers with CentOS 5.3 (i386) with the stock > Xen version: > > # rpm -q kernel-xen xen libvirt > kernel-xen-2.6.18-92.1.22.el5 > kernel-xen-2.6.18-128.1.6.el5 > xen-3.0.3-80.el5_3.2 > libvirt-0.6.3-1

Re: [libvirt] Can't Pass Through USB Device To Ubuntu 9.05 Guest OS

2009-06-08 Thread Daniel P. Berrange
On Sat, Jun 06, 2009 at 09:29:43PM -0400, Robert L Cochran wrote: > Greetings! > > I created Bug 50 > which is partially > quoted in this post: [snip]. I'll reply in the bug tracker, since it is best not to split the diagnosis of the p

[Libvirt] VNC auth per VM

2009-06-08 Thread Christian Weyermann
Hello everybody, I encountered the following problem. I want my users to only be able to connect to their own virtual machines via VNC. Is there any way to do so? Thanks and best regards, Christian -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir