Re: [libvirt-users] libvirt v1.0.2 fails to boot LXC container, but v1.0.0 works

2013-03-05 Thread Doug Goldstein
On Tue, Mar 5, 2013 at 4:13 PM, Dennis Jenkins wrote: > On Mon, Feb 11, 2013 at 3:57 AM, Michal Privoznik wrote: >> On 08.02.2013 21:46, Dennis Jenkins wrote: >>> On Fri, Feb 8, 2013 at 12:38 PM, Dennis Jenkins >>> wrote: Hello. tl;dr = v1.0.0 can boot my LXC containers, v.1.0.1 a

Re: [libvirt-users] libvirt v1.0.2 fails to boot LXC container, but v1.0.0 works

2013-03-05 Thread Gao feng
On 2013/03/06 06:13, Dennis Jenkins wrote: > On Mon, Feb 11, 2013 at 3:57 AM, Michal Privoznik wrote: >> On 08.02.2013 21:46, Dennis Jenkins wrote: >>> On Fri, Feb 8, 2013 at 12:38 PM, Dennis Jenkins >>> wrote: Hello. tl;dr = v1.0.0 can boot my LXC containers, v.1.0.1 and v.1.0.2 f

Re: [libvirt-users] Virsh+QEMU, SSH issue on compiled libvirt

2013-03-05 Thread Shantan Marepally (shanredd)
Hi Dennis, Thanks for the response. I tried two options: Disabling TLS and recompiling libvirt with TLS enabled. Both scenarios result in the same error. All, Another thing I did not mention in the previous post: I am only using the client (virsh) from the compiled set of tools. Libvirtd used

Re: [libvirt-users] libvirt v1.0.2 fails to boot LXC container, but v1.0.0 works

2013-03-05 Thread Dennis Jenkins
On Mon, Feb 11, 2013 at 3:57 AM, Michal Privoznik wrote: > On 08.02.2013 21:46, Dennis Jenkins wrote: >> On Fri, Feb 8, 2013 at 12:38 PM, Dennis Jenkins >> wrote: >>> Hello. >>> >>> tl;dr = v1.0.0 can boot my LXC containers, v.1.0.1 and v.1.0.2 fails. >>> Paraphrased error message: "lxcContainerM

Re: [libvirt-users] Virsh+QEMU, SSH issue on compiled libvirt

2013-03-05 Thread Will Dennis
Hi Shantan, I believe the problem may be that libvirt 1.x requires TLS by default on connections. I saw that same problem the 1st time I replaces a running libvirt 0.9.x with 1.0.0. I believe there may be a way to turn off this requirement in libvirtd.conf, e.g. # # Network connectivity co

[libvirt-users] Virsh+QEMU, SSH issue on compiled libvirt

2013-03-05 Thread Shantan Marepally (shanredd)
Hi All, I am trying to build libvirt from source, the compilation went fine and I see that various libvirt tools are being generated, but when I try to use the generated virsh with qemu and ssh (example virsh qemu+ssh://uri/system) I am not able to login and it fails with the following error:

[libvirt-users] howto make libvirtd xen-4.2

2013-03-05 Thread Heiko L.
Hallo I wanted to compile libvirtd on xen-4.2 but on [3] wrote: ...current version of libvirt is not compatible with xen 4.2... Which version that I can test? regards heiko -- - details 130305.xen.make.libvirtd var tmp=/tmp libvirtver="0

[libvirt-users] ubuntu, libvirt and virtio block devices

2013-03-05 Thread Jeff Dickens
-- Hi. I'm running Ubuntu Precise 12.04 LTS. I created some virtual machines using vmbuilder, and then migrated those from their .qcow files to lvm. However, those virtual machines are still using disk type "file": Code: Now I've noticed that this di

Re: [libvirt-users] Live external snapshot coalescing

2013-03-05 Thread Kashyap Chamarthy
On 03/05/2013 04:50 AM, Eric Blake wrote: > On 03/04/2013 12:18 PM, Skardal, Harald wrote: >> On standard Fedora 18 I was attempting blockcommit on a *live* VM, >> libvirt said it was not supported, so I tried fedora-virt-preview as >> recommended. > > Correct - F18 shipped with libvirt 0.10.2 and

[libvirt-users] Debugging TLS connection between virt-viewer and libvirt running on separate hosts

2013-03-05 Thread Will Dennis
Hi all, I'm running libvirt 1.0.2 on one host (Ubuntu 12.04), and virt-manager/virt-viewer on another (FC18), and using TLS to secure the comm's between the hosts. I was able to get virt-manager to connect the the hypervisor host via qemu+tls method, but virt-viewer will not connect (either inv

[libvirt-users] virsh list show shutdown VMs only

2013-03-05 Thread Heiko L.
Hallo, I am using virsh with squeeze and xen-4.2+linux-3.8 (compiled) Problem: "virsh list -all" shows VMs only in shutdown state. (see: test3 virsh list shutdown) virsh start/shutdown works correctly. I suspect that version of libvirt is to old. Is their some workaround without updating syste