Congrats Sven!! Well deserved!
On Sat, Jul 13, 2019, 8:31 PM Andrija Panic wrote:
> Congrats Sven!
>
> On Sat, Jul 13, 2019, 17:58 Rohit Yadav wrote:
>
> > Congrats Sven!
> >
> > Regards.
> >
> > Regards,
> > Rohit Yadav
> >
> >
> > From: Paul Angus
> > Sent: S
Congrats Andrija
On Sat, Jul 13, 2019, 6:58 PM Rohit Yadav wrote:
> Congrats Andrija!
>
> Regards.
>
> Regards,
> Rohit Yadav
>
>
> From: Paul Angus
> Sent: Saturday, July 13, 2019 8:32:57 PM
> To: us...@cloudstack.apache.org ;
> dev@cloudstack.apache.org ;
> pr
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
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
Congratulations Nathan!
On Fri, Jul 19, 2019, 5:59 PM Paul Angus wrote:
> Fellow CloudStackers,
>
>
>
> It gives me great pleasure to say that Nathan has been invited to join the
> PMC and has gracefully accepted.
>
>
> Please join me in congratulating Nathan!
>
>
>
>
> Kind regards,
>
>
>
> Pau
Hi everyone,
I'm trying to look at how cloudstack gathers VM statistics and particularly
memory stats.
Looking at the list virtualmachines api, the following stats are returned
for a sample VM
"memory": 1024,
"memoryintfreekbs": 1251804,
"memorykbs": 1048576,
"memorytargetkbs": 1048576,
Based on
I'm running KVM, but I've seen the error on VMware as well.
On Sat, Jul 27, 2019, 7:10 PM Anurag Awasthi
wrote:
> Hi Ng'ang'a Kioi,
>
> You are right in that these are periodically collected and stored by
> StatsCollector class. What hypervisor are you wor