[libvirt-users] Fwd: [s3-bug-review] [RHEL7] [Virtual disks] Met error messages while the guest OS booting up on a nbd device.

2014-04-22 Thread Chenli Hu
Hi, all We met an issue while doing the nbd related test, will you please help to review if this issue is a bug? Thank you! = Subject: [s3-bug-review] [RHEL7] [Virtual disks] Met error messages while the guest OS booting up on a nbd device. Des

Re: [libvirt-users] TLS and intermediate CA

2014-04-22 Thread Nathaniel Cook
OK, so I figured out my own problem. Basically I needed to add the ca chain to each of the cert files. The cacert.pem file had the entire chain but since the clientcert.pem and the servercert.pem files only had a single cert during the handshake the chains were not presented and so verification fai

Re: [libvirt-users] TLS and intermediate CA

2014-04-22 Thread Daniel P. Berrange
On Tue, Apr 22, 2014 at 08:24:43AM -0600, Nathaniel Cook wrote: > Thanks for the response. > > My current chain is as follows: > > caroot -> child-ca1 -> server cert > > My cacert.pem file has both the caroot and the child-ca1 certs. I have > recompiled libvirt on my machine with some extra debu

Re: [libvirt-users] TLS and intermediate CA

2014-04-22 Thread Nathaniel Cook
Thanks for the response. My current chain is as follows: caroot -> child-ca1 -> server cert My cacert.pem file has both the caroot and the child-ca1 certs. I have recompiled libvirt on my machine with some extra debug statements and verified that both the caroot cert and the child-ca1 certs are

Re: [libvirt-users] Live snapshot merging (qemu 2.0)

2014-04-22 Thread Thomas Stein
Am 22.04.14 14:00, schrieb Eric Blake: > On 04/22/2014 01:47 AM, Thomas Stein wrote: >> Hello. >> >> The Changelog of qemu-2.0.0 mentioned "Live snapshot merging". Someone >> has an idea what could be ment by this? I'm asking because i'm still >> struggling with finding a reliable backup solution

Re: [libvirt-users] Live snapshot merging (qemu 2.0)

2014-04-22 Thread Eric Blake
On 04/22/2014 01:47 AM, Thomas Stein wrote: > Hello. > > The Changelog of qemu-2.0.0 mentioned "Live snapshot merging". Someone > has an idea what could be ment by this? I'm asking because i'm still > struggling with finding a reliable backup solution for running kvm > machines. Blockcopy is my cu

Re: [libvirt-users] TLS and intermediate CA

2014-04-22 Thread Daniel P. Berrange
On Mon, Apr 21, 2014 at 04:51:00PM -0600, Nathaniel Cook wrote: > I have been trying to get set of libvirtd system up and running. My PKI > infrastructure involves a root CA and several intermediate CAs. I am trying > to get the machines to trust each other across the different intermediate > CAs.

Re: [libvirt-users] "virt-install" source location boot disk

2014-04-22 Thread Jay Vyas
and also, while im at it ... one more detail might be interesting: rebooting the machine works just fine --- only the VMs fail when i reboot the host. any specific thoughts on that ? On Tue, Apr 22, 2014 at 5:53 AM, Jay Vyas wrote: > Hi Giuseppe... ! Thanks for the hint. ill try it. > > So f

Re: [libvirt-users] routed subnet problem

2014-04-22 Thread Laine Stump
On 04/20/2014 06:31 AM, Patric Buskas wrote: > Hi, > > I'm new to libvirt so please bear with me. > > I am trying to set up a routed subnet on my laptop with libvirt, > hoping it to be able to communicate with all servers in my nw. > My laptop is on a subnet, 192.168.2.0/24 ,

Re: [libvirt-users] "virt-install" source location boot disk

2014-04-22 Thread Jay Vyas
Hi Giuseppe... ! Thanks for the hint. ill try it. So from the docs, I'm seeing this: "As of Fedora 16 there must be a biosboot partition for the bootloader to be installed successfully onto a disk that contains a GPT/GUID partition table, which includes disks initialized by anaconda. This parti

Re: [libvirt-users] "virt-install" source location boot disk

2014-04-22 Thread Giuseppe Scrivano
Jay Vyas writes: > # The following is the partition information you requested > # Note that any partitions you deleted are not expressed > # here so unless you clear all partitions first, this is > # not guaranteed to work > # Uncommented by j > zerombr > clearpart --all > autopart > #ip=192.168.

Re: [libvirt-users] "virt-install" source location boot disk

2014-04-22 Thread Jay Vyas
Hi Giuseppe and thanks for the response Heres some more info: Here is my kickstart... maybe the "--bootloader" argument is wrong in some way? # Put this in pastebin or some other public url # Kickstart file automatically generated by anaconda. #version=DEVEL install cdrom lang en_US

Re: [libvirt-users] "virt-install" source location boot disk

2014-04-22 Thread Giuseppe Scrivano
Jay Vyas writes: > Hi virt, im stumped... any help would be appreciated. > > I normally create my VMs like this: > > base="http://mirror.pnl.gov/fedora/linux/releases/20/Fedora/x86_64/os/"; > > sudo virt-install --hvm --name $vm_name$i --ram 4000 \ > --disk path=/VirtualMachines/$vm_name$i,size=

[libvirt-users] Live snapshot merging (qemu 2.0)

2014-04-22 Thread Thomas Stein
Hello. The Changelog of qemu-2.0.0 mentioned "Live snapshot merging". Someone has an idea what could be ment by this? I'm asking because i'm still struggling with finding a reliable backup solution for running kvm machines. Blockcopy is my current solution. best regards Thomas __