Re: [libvirt-users] intel quad gigabit nic and pci passthrough

2014-01-28 Thread Laine Stump
On 01/25/2014 06:54 PM, Ivan Kabaivanov wrote: > Hi all > > I have a very weird case of pci passthrough. > > I have a machine with 7 network interfaces, all of them intel. Four of them > are on one quad giga ethernet device. If I manually unbind the devices and > allow qemu to use them, with in

[libvirt-users] Libvirt-LXC + systemd + user namespace

2014-01-28 Thread Jan Olszak
Hi there! I am trying to turn on user namespace by adding following lines to the config: As you can see the root in container is mapped to the root outside. I was expected to see no difference after adding this lines, but unfortunately there are some (see details bel

Re: [libvirt-users] Libvirt-LXC + systemd + user namespace

2014-01-28 Thread Daniel P. Berrange
On Tue, Jan 28, 2014 at 12:32:41PM +0100, Jan Olszak wrote: > Hi there! > > I am trying to turn on user namespace by adding following lines to the > config: > > > > > > > > > > > > > > As you can see the root in container is mapped to the root outside. I was > expect

[libvirt-users] Does libvirt support attach volume to linux container now?

2014-01-28 Thread Du Jun
Hi all, I am playing with linux container and using libvirt to manage linux container. I find I fail to attach volume to linux container via libvirt and I got the following error message: Failed to attach volume: data-111 to VM: lxc-111; org.libvirt.LibvirtException: unsupported configuration: Ca

Re: [libvirt-users] How to find domain os type and ip address

2014-01-28 Thread Rathidevi
Hi All, I am using the libvirt-0.5.1.jar and downloaded from this link ftp://libvirt.org/libvirt/java. 1) To find the os type of domain I use this method getOSType(). But it returns the kvm or hvm instead of windows and linux. Is the any way to find the original os type of domain? 2) Please

Re: [libvirt-users] How to find domain os type and ip address

2014-01-28 Thread Eric Blake
On 01/28/2014 09:59 PM, Rathidevi wrote: > Hi All, > > I am using the libvirt-0.5.1.jar and downloaded from this link > ftp://libvirt.org/libvirt/java. > > 1) To find the os type of domain I use this method getOSType(). But it > returns the kvm or hvm instead of windows and linux. Is the any way