Re: [libvirt] default networking issues

2008-08-04 Thread David Lutterkort
On Thu, 2008-07-31 at 09:55 +0100, Daniel P. Berrange wrote: > The libvirt default networking capability will automatically setup the > correct iptables rules to allow outbound NAT based connectivity for guest > VMs. If this wasn't working there are two likely causes: > > - You run 'service ipta

Re: [libvirt] [PATCH] make distclean: remove generated source files

2008-08-04 Thread Richard W.M. Jones
On Mon, Aug 04, 2008 at 04:24:55PM +0200, Jim Meyering wrote: > --- a/src/Makefile.am > +++ b/src/Makefile.am > @@ -189,3 +189,4 @@ install-exec-local: > $(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/libvirt > > CLEANFILES = *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda > +DISTCLEANFILES = $

Re: [libvirt] [PATCH/RFC]: hostdev passthrough support take #2

2008-08-04 Thread Guido Günther
On Mon, Aug 04, 2008 at 10:34:31AM +0100, Daniel P. Berrange wrote: > On Sun, Aug 03, 2008 at 01:41:28AM +0200, Guido G?nther wrote: > > Hi, > > attached is a second version. Changes are: > > > > * s/bus/subsystem/ > > * support hexadecimal and decimal attributes > > * introduce device and source

Re: [libvirt] [PATCH] make distclean: remove generated source files

2008-08-04 Thread Daniel Veillard
On Mon, Aug 04, 2008 at 04:24:55PM +0200, Jim Meyering wrote: > "make distcheck" is failing because two generated source files > are left behind. It requires that all generated files be removed. > This fixes it: looks fine to me, +1 Daniel -- Red Hat Virtualization group http://redhat.com/vi

Re: [libvirt] How does virt-manager send shutdown?

2008-08-04 Thread Bryan Kearney
Chris Lalancette wrote: Bryan Kearney wrote: I added the following to my xml One follow up question. Any reason that this should _not_ be the default set up by the appliance-creator? Generally, modern OS's won't work very well if you di

Re: [libvirt] How does virt-manager send shutdown?

2008-08-04 Thread Chris Lalancette
Bryan Kearney wrote: >> I added the following to my xml >> >> >> >> >> >> >> > > One follow up question. Any reason that this should _not_ be the default > set up by the appliance-creator? Generally, modern OS's won't work very well if you dis

[libvirt] [PATCH] make distclean: remove generated source files

2008-08-04 Thread Jim Meyering
"make distcheck" is failing because two generated source files are left behind. It requires that all generated files be removed. This fixes it: >From a7f4c47140ed0e585f1135e0f7917bc32f145997 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[EMAIL PROTECTED]> Date: Mon, 4 Aug 2008 16:10:03 +0200 Subje

Re: [libvirt] How does virt-manager send shutdown?

2008-08-04 Thread Bryan Kearney
Bryan Kearney wrote: Daniel P. Berrange wrote: On Fri, Aug 01, 2008 at 01:22:43PM -0400, Bryan Kearney wrote: How does virt-manager send shutdown to guests? Does it depend on if you are running kvm or xen? I have been building images with acpid enabled and acpi=force on the command line. After

Re: [libvirt] How does virt-manager send shutdown?

2008-08-04 Thread Bryan Kearney
Daniel P. Berrange wrote: On Fri, Aug 01, 2008 at 01:22:43PM -0400, Bryan Kearney wrote: How does virt-manager send shutdown to guests? Does it depend on if you are running kvm or xen? I have been building images with acpid enabled and acpi=force on the command line. After upgrading to f9 and r

Re: [libvirt] "static" ip address

2008-08-04 Thread Olivier Deckmyn
On Mon, Aug 4, 2008 at 9:12 AM, <[EMAIL PROTECTED]> wrote: > > Patch on qemu_conf.c doesn't apply to 0.4.4 released version. > > > > Any reason why this feature wasn't commited ? > > Just that I didn't have the time to follow it through properly, and then > settled for just using static IP assignm

Re: [libvirt] fix syntax check error

2008-08-04 Thread Jim Meyering
Atsushi SAKAI <[EMAIL PROTECTED]> wrote: > This patch fixes syntax error(found TAB(s)) Thank you! -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] libvirt-java storage support and refactoring

2008-08-04 Thread Richard W.M. Jones
On Sat, Aug 02, 2008 at 06:39:44PM +0200, Chris Lalancette wrote: > Tóth István wrote: > > I've found that libvirt for the most part has a very perdicitble and > > repetitive API (great design!), and as a result I've found myself > > copying the same code over and over again. > > I've decided t

Re: [libvirt] Question about virbr(dnsmasq)

2008-08-04 Thread Nobuhiro Itou
Hi Daniel, Thank you for your replying. > It isn't listening to all NICS - the '--listen-address 192.168.122.1' > parameter causes it to only listen on the NIC with the matching IPv4 > address. You can confirm this with 'netstat -t -l -n -p | grep dnsmasq' I see that dnsmasq isn't listening to a

[libvirt] Re: [PATCH/RFC]: file backed usb massstorage #2

2008-08-04 Thread Daniel P. Berrange
On Sun, Aug 03, 2008 at 01:50:44AM +0200, Guido G?nther wrote: > diff --git a/src/qemu_conf.c b/src/qemu_conf.c > index 73039c5..331ff9d 100644 > --- a/src/qemu_conf.c > +++ b/src/qemu_conf.c > @@ -883,6 +891,13 @@ int qemudBuildCommandLine(virConnectPtr conn, > int idx = virDiskNameTo

Re: [libvirt] [PATCH/RFC]: hostdev passthrough support take #2

2008-08-04 Thread Daniel P. Berrange
On Sun, Aug 03, 2008 at 01:41:28AM +0200, Guido G?nther wrote: > Hi, > attached is a second version. Changes are: > > * s/bus/subsystem/ > * support hexadecimal and decimal attributes > * introduce device and source elements. > > I decided to not drop vendor and product id into their own element

Re: [libvirt] [PATCH] storage pool discovery

2008-08-04 Thread Stefan de Konink
Daniel P. Berrange schreef: On Mon, Aug 04, 2008 at 11:19:25AM +0200, Stefan de Konink wrote: Daniel P. Berrange schreef: On Mon, Aug 04, 2008 at 11:02:33AM +0200, Stefan de Konink wrote: On Mon, 4 Aug 2008, Daniel P. Berrange wrote: - - For iSCSI and related stuff everything was relatively

Re: [libvirt] [PATCH] storage pool discovery

2008-08-04 Thread Daniel P. Berrange
On Mon, Aug 04, 2008 at 11:19:25AM +0200, Stefan de Konink wrote: > Daniel P. Berrange schreef: > >On Mon, Aug 04, 2008 at 11:02:33AM +0200, Stefan de Konink wrote: > >>On Mon, 4 Aug 2008, Daniel P. Berrange wrote: > >> > - - For iSCSI and related stuff everything was relatively easy, because >

Re: [libvirt] How does virt-manager send shutdown?

2008-08-04 Thread Daniel P. Berrange
On Fri, Aug 01, 2008 at 01:22:43PM -0400, Bryan Kearney wrote: > How does virt-manager send shutdown to guests? Does it depend on if you > are running kvm or xen? I have been building images with acpid enabled > and acpi=force on the command line. After upgrading to f9 and running > kvm my image

Re: [libvirt] dnsmasq option in network XML file

2008-08-04 Thread Daniel P. Berrange
On Sun, Aug 03, 2008 at 01:54:08PM +0200, Didier AYLLON wrote: > Hi All, > > I would like to know if it's possible to configure in the network XML file > more option than DHCP range like default gateway, static route, dns and so > on... The networking feature is designed specifically to only prov

Re: [libvirt] [PATCH] storage pool discovery

2008-08-04 Thread Stefan de Konink
Daniel P. Berrange schreef: On Mon, Aug 04, 2008 at 11:02:33AM +0200, Stefan de Konink wrote: On Mon, 4 Aug 2008, Daniel P. Berrange wrote: - - For iSCSI and related stuff everything was relatively easy, because this would just mean to write the right /dev/blabla to the xenstore. What is y

Re: [libvirt] [PATCH] storage pool discovery

2008-08-04 Thread Daniel P. Berrange
On Mon, Aug 04, 2008 at 11:02:33AM +0200, Stefan de Konink wrote: > On Mon, 4 Aug 2008, Daniel P. Berrange wrote: > > > > - - For iSCSI and related stuff everything was relatively easy, because > > > this would just mean to write the right /dev/blabla to the xenstore. > > > What is your idea t

Re: [libvirt] [PATCH] storage pool discovery

2008-08-04 Thread Stefan de Konink
On Mon, 4 Aug 2008, Daniel P. Berrange wrote: > > - - For iSCSI and related stuff everything was relatively easy, because > > this would just mean to write the right /dev/blabla to the xenstore. > > What is your idea to get different drivers working via: > > virt://pool/volume (so basically

Re: [libvirt] When are volumes 'detected' / refreshed

2008-08-04 Thread Daniel P. Berrange
On Sun, Aug 03, 2008 at 03:04:37AM +0200, Stefan de Konink wrote: > At what time are volumes currently detected on NetFS? I see there is > some sort of storage now going on, since deleting files from NFS doesn't > delete them from vol-list directly. (If this is fixed in a recent > version... I'm

Re: [libvirt] [PATCH] storage pool discovery

2008-08-04 Thread Daniel P. Berrange
On Sun, Aug 03, 2008 at 04:20:50AM +0200, Stefan de Konink wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Daniel, > > Stefan de Konink schreef: > > As you know I wrote such thing for iSCSI/Solaris, iSCSI/Netapp so... if > > you want such script I can fabricate something, maybe it

Re: [libvirt] Question about virbr(dnsmasq)

2008-08-04 Thread Daniel P. Berrange
On Mon, Aug 04, 2008 at 05:49:10PM +0900, Nobuhiro Itou wrote: > Hi all. > > I have the question about the option of dnsmasq that libvirt sets as a > default virtual network. > Why does dnsmasq listen to all NICs as specified "--except-interface lo"? It isn't listening to all NICS - the '--liste

[libvirt] Question about virbr(dnsmasq)

2008-08-04 Thread Nobuhiro Itou
Hi all. I have the question about the option of dnsmasq that libvirt sets as a default virtual network. Why does dnsmasq listen to all NICs as specified "--except-interface lo"? And, at the following conditions, the message is output to /var/log/messages. Do you know why it is output? Conditi

Re: [libvirt] "static" ip address

2008-08-04 Thread shiyee
> Patch on qemu_conf.c doesn't apply to 0.4.4 released version. > > Any reason why this feature wasn't commited ? Just that I didn't have the time to follow it through properly, and then settled for just using static IP assignments. -- Mads Chr. Olesen [EMAIL PROTECTED] -- Libvir-list mailing li