Re: Reg : qemu-kvm upgrade in KVM hypervisor agent

2019-07-15 Thread Ng'ang'a Kioi
Looks like the logic here was designed to solve a different problem // for KVM, only allow snapshot with memory when VM is in running state if (userVmVo.getHypervisorType() == HypervisorType.KVM && userVmVo.getState() == State.Running && !snapshotMemory) { throw new InvalidParameterValueExcept

Re: Reg : qemu-kvm upgrade in KVM hypervisor agent

2019-07-15 Thread Vladimir Melnik
Yes, exactly. It's being thrown by qemu-img. You can try it and see the same. :-) On Mon, Jul 15, 2019 at 11:06:37AM +0200, Wei ZHOU wrote: > Hi Vladimir, > > The error should not be thrown by cloudstack I think. > > -Wei > > Vladimir Melnik 于2019年7月15日周一 上午10:59写道: > > I don't remember (I tr

Re: Reg : qemu-kvm upgrade in KVM hypervisor agent

2019-07-15 Thread Ng'ang'a Kioi
Looks like it does [image: Screen Shot 2019-07-15 at 12.20.22 PM.png] On Mon, Jul 15, 2019 at 12:07 PM Wei ZHOU wrote: > Hi Vladimir, > > The error should not be thrown by cloudstack I think. > > -Wei > > > Vladimir Melnik 于2019年7月15日周一 上午10:59写道: > > > I don't remember (I tried it about a hal

Re: Reg : qemu-kvm upgrade in KVM hypervisor agent

2019-07-15 Thread Wei ZHOU
Hi Vladimir, The error should not be thrown by cloudstack I think. -Wei Vladimir Melnik 于2019年7月15日周一 上午10:59写道: > I don't remember (I tried it about a half-year ago), but it was > something regarding impossibility of touching a qcow2-file that is being > opened by another process. :-( > > On

Re: Reg : qemu-kvm upgrade in KVM hypervisor agent

2019-07-15 Thread Vladimir Melnik
I don't remember (I tried it about a half-year ago), but it was something regarding impossibility of touching a qcow2-file that is being opened by another process. :-( On Mon, Jul 15, 2019 at 10:25:19AM +0200, Wei ZHOU wrote: > Hi Vladimir, > > What's the error message ? > > You should be able t

Re: Reg : qemu-kvm upgrade in KVM hypervisor agent

2019-07-15 Thread Wei ZHOU
Hi Vladimir, What's the error message ? You should be able to create a vm snapshot, then create volume snapshot from vmsnapshot. -Wei Vladimir Melnik 于2019年7月15日周一 上午9:44写道: > Hello, > > I tried to use qemu-kvm-ev with ACS 4.11.2 and have found out that it makes > impossible to take a snapsho

Re: Reg : qemu-kvm upgrade in KVM hypervisor agent

2019-07-15 Thread Vladimir Melnik
Hello, I tried to use qemu-kvm-ev with ACS 4.11.2 and have found out that it makes impossible to take a snapshot of a running instance's volume. :-( On Thu, Jun 13, 2019 at 07:16:24AM +, Pavan Kumar Aravapalli wrote: > Hello, > As part of KVM upgrade it's found that default package 'qemu-kvm'

Re: Reg : qemu-kvm upgrade in KVM hypervisor agent

2019-06-13 Thread Nux!
x.ro - Original Message - > From: "Pavan Kumar Aravapalli" > To: "users" , "dev" > Sent: Thursday, 13 June, 2019 08:16:24 > Subject: Reg : qemu-kvm upgrade in KVM hypervisor agent > Hello, > > > As part of KVM upgrade it's foun

Reg : qemu-kvm upgrade in KVM hypervisor agent

2019-06-13 Thread Pavan Kumar Aravapalli
Hello, As part of KVM upgrade it's found that default package 'qemu-kvm' [ which comes with OS distro] does not support machine chipset type 'q35'. And this support can be leveraged by installing 'qemu-kvm-ev' which is from centos-release-qemu-ev repo. I saw some some old mail threads s