[libvirt] pypxeboot - libvirt

2009-04-06 Thread Gian Mario
Hi to all, Can anyone tell me on which version libvirt start to support pypxeboot? tnks so much. GMario -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH 1/1] Add trigger of host rescan

2009-04-06 Thread Daniel Veillard
On Fri, Apr 03, 2009 at 04:53:07PM -0400, David Allan wrote: > The scsi host code does not currently rescan for new LUs when refreshing > a pool. This patch causes a scan for new LUs on all targets. It does > not cause a LIP. LIP ? > static int > +virStorageBackendSCSIStartPool(virConnectPtr

Re: [libvirt] Planning and schedule

2009-04-06 Thread Pritesh Kothari
Hi Daniel, > Plannned so far for 0.6.3 are: >- API for physical host interface >- the VirtualBox driver if in shape and in time I am trying hard to bring up the Virtualbox driver in shape, so hopefully I will post another patch this week. Regards, Pritesh -- Libvir-list mailing list Li

Re: [libvirt] [PATCH] Openvz: how to use a nondefault config

2009-04-06 Thread Evgeniy Sokolov
2009/4/2 Daniel P. Berrange > On Thu, Apr 02, 2009 at 06:36:15PM +0400, Evgeniy Sokolov wrote: > > Config /etc/vz/conf/ve-XXX.conf-sample define there are many parameters > like memory, CPU etc. This parameters are not properties of .

Re: [libvirt] win32

2009-04-06 Thread Daniel P. Berrange
On Sat, Apr 04, 2009 at 02:52:49PM +0200, Brecht Sanders wrote: > Hi, > Is there any way to compile libvirt with xen some support without > depending on libxenstore? > The reason I ask is that libxen can be built on Windows, but libxenstore > seems to depend on the linux kernel, so I doubt it can

Re: [libvirt] How to prevent libvirt from adding iptables rules?

2009-04-06 Thread Ludwig Nussel
Daniel P. Berrange wrote: > On Thu, Apr 02, 2009 at 10:16:13AM +0200, Ludwig Nussel wrote: > > Daniel P. Berrange wrote: > > > On Tue, Mar 31, 2009 at 04:08:24PM -0300, Mariano Absatz wrote: > > > > [...] > > > > I modified my VMs to use isolated rather than default, but rules keep > > > > being a

Re: [libvirt] libvirt.org down

2009-04-06 Thread Daniel Veillard
On Sun, Apr 05, 2009 at 08:45:05PM +0200, Daniel Veillard wrote: > As Jim found out there is a problem on the libvirt.org box, > I don't know exactly what's is going on, and I will go anc check the > box tomorrow at 7am EST. > Sorry for the inconvenience, and thanks Jim for raising the issue !

[libvirt] VM cpuTime discrepancy

2009-04-06 Thread Zvi Dubitzky
The cpuTime of a VM reported by kvm72 is ok (real seconds ) while that reported by kvm-84 is not. Are you aware of this . Did you talk to kvm and was it fixed in latest kvm releases since 84 ? I access cpuTime via libvirt . (same version in both cases) . thanks Zvi Dubitzky Virtuali

Re: [libvirt] [PATCH 1/1] Add trigger of host rescan

2009-04-06 Thread Dave Allan
Daniel Veillard wrote: On Fri, Apr 03, 2009 at 04:53:07PM -0400, David Allan wrote: The scsi host code does not currently rescan for new LUs when refreshing a pool. This patch causes a scan for new LUs on all targets. It does not cause a LIP. LIP ? Loop Initialization Primitive, required

Re: [libvirt] [RFC] Power Hypervisor Libvirt support

2009-04-06 Thread Eduardo Otubo
Hello Daniel, I've been talking to libssh guys and they did a lot of changes trying to be more compliant. What do you think about reconsidering the use of libssh instead of libssh2? > Hmm, I hadn't come across libssh before. To be honest I'm not really > all that impressed with the code quality

[libvirt] [PATCH] lxc: stop rootless containers from messing with system mounts

2009-04-06 Thread Serge E. Hallyn
If a container has no root, liblxc remounts /proc. If the system had marked / as MS_SHARED, then even though the container is in a new mounts namespace, the mount event is propagated back to the host mounts namespace, overwriting /proc. After that, for instance, ps will no longer show system proc

Re: [libvirt] How to prevent libvirt from adding iptables rules?

2009-04-06 Thread David Lutterkort
On Mon, 2009-04-06 at 14:36 +0200, Ludwig Nussel wrote: > SuSEfirewall2 does not have such a mechanism and TBH I pretty much > dislike the idea of allowing applications to inject arbitrary rules. > I'd prefer some higher level abstraction so it's left to the > firewall to decide how to translate th

[libvirt] Thoughts on svirt configuration files.

2009-04-06 Thread Daniel J Walsh
Currently we do not want to hard code virtual image names into libvirt, so libvirt and virtual-manager can use libselinux to get the default image label and process label. svirt_t and svirt_image_t. The idea was one policy writer might want his virtual images labeled differently than another.

[libvirt] [PATCH] lxc: make the pivot_root more robust.

2009-04-06 Thread Serge E. Hallyn
libvirt/lxc is broken on F11. The pivot_root() call returns -EINVAL. The below is one way we can fix it. I'm also sending another patch which takes the simpler approach of using chroot. However, chroot is trivially escapable (see for instance http://www.linuxsecurity.com/content/view/117632/49/)

[libvirt] [PATCH] lxc: use chroot instead of pivot_root

2009-04-06 Thread Serge E. Hallyn
This is an alternative to the pivot_root patch which I just sent. It has the advantage of being much simpler. It also won't have a problem with the container's / being a read-only mount. It has the disadvantage, of course, of being escapable. >From a91bca7f60f27e8fbdb4e3bacf3232a6cbb630d3 Mon S

[libvirt] Changing the QEMU svn VERSION string

2009-04-06 Thread Anthony Liguori
Hi, I'd like to update the VERSION string in QEMU's svn tree. Right now, it's 0.10.0 and since we have a 0.10.2 release, that's somewhat confusing. I don't want to make it 0.11.0 either because that's not going to be reliable from a feature detection perspective. What I would like is to ma