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
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
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
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
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
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
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'
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
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