Re: Dynamic Scaling on KVM

2020-05-30 Thread Fariborz Navidan
I hope we have it in 4.14.1 or 4.15 Thanks On Sat, May 30, 2020 at 11:06 PM Andrija Panic wrote: > not yet. > > On Sat, 30 May 2020 at 16:52, Fariborz Navidan > wrote: > > > Hello, > > > > Does 4.14 supports dynamic scaling on KVM hypervisor? > > > > Thanks > > > > > -- > > Andrija Panić >

Re: Dynamic Scaling on KVM

2020-05-30 Thread Andrija Panic
not yet. On Sat, 30 May 2020 at 16:52, Fariborz Navidan wrote: > Hello, > > Does 4.14 supports dynamic scaling on KVM hypervisor? > > Thanks > -- Andrija Panić

Dynamic Scaling on KVM

2020-05-30 Thread Fariborz Navidan
Hello, Does 4.14 supports dynamic scaling on KVM hypervisor? Thanks

Re: Dynamic Scaling

2019-05-10 Thread Sven Vogel
it's available in the main fork. We have implemented it for KVM > in our own fork. We will port that feature soon to main stream > > Sent from my iPhone > >> On 17-Apr-2019, at 12:27 AM, Fariborz Navidan wrote: >> >> Hello, >> >> Is dynamic scaling feature for KVM added to ACS?

Re: Dynamic Scaling

2019-04-17 Thread Rakesh v
I don't think it's available in the main fork. We have implemented it for KVM in our own fork. We will port that feature soon to main stream Sent from my iPhone > On 17-Apr-2019, at 12:27 AM, Fariborz Navidan wrote: > > Hello, > > Is dynamic scaling feature for KVM added to ACS?

Dynamic Scaling

2019-04-16 Thread Fariborz Navidan
Hello, Is dynamic scaling feature for KVM added to ACS?

Re: Dynamic Scaling of VM

2014-04-22 Thread Tejas Gadaria
> Thanks, > Likitha > > -Original Message- > From: Tejas Gadaria [mailto:refond.g...@gmail.com] > Sent: Tuesday, April 22, 2014 8:45 AM > To: d...@cloudstack.apache.org > Cc: users@cloudstack.apache.org > Subject: Re: Dynamic Scaling of VM > > Hi Nitin, > >

RE: Dynamic Scaling of VM

2014-04-21 Thread Likitha Shetty
apache.org Cc: users@cloudstack.apache.org Subject: Re: Dynamic Scaling of VM Hi Nitin, you are right, I changed to *enable.dynamic.scale.vm = false* Created another centos template without dynamic scaling, still facing same issue. On management server it displaying same logs as above. I am usi

Re: Dynamic Scaling of VM

2014-04-21 Thread Tejas Gadaria
Hi Nitin, you are right, I changed to *enable.dynamic.scale.vm = false* Created another centos template without dynamic scaling, still facing same issue. On management server it displaying same logs as above. I am using vCenter 5.5 and Esxi host 5.1 Regards, Tejas On Tue, Apr 22, 2014 at 12

Re: Dynamic Scaling of VM

2014-04-21 Thread Nitin Mehta
Error doesn't seem to be coming from dynamic scaling. Change the config below to false and see if you still hit the issue. *enable.dynamic.scale.vm* = false On 19/04/14 8:48 PM, "Tejas Gadaria" wrote: >Hi, > >I am trying to test dynamic scaling of vm on vmware with CS

Dynamic Scaling of VM

2014-04-19 Thread Tejas Gadaria
Hi, I am trying to test dynamic scaling of vm on vmware with CS 4.3. I have CentOS 6.3 template with vmware tools installed. In global setting *enable.dynamic.scale.vm* = *true, * *mem.overprovisioning.factor =2 * while trying to deploy template, it's giving below error.. 2014-04-20

Re: how cloudstack performs dynamic scaling

2014-03-25 Thread Harikrishna Patnala
Yes we increase the VM capacity upto the max resources and max values that OS supports based on the hypervisor. Thanks Harikrishna On 26-Mar-2014, at 9:17 am, Umair Azam wrote: > Hi guys, > > How cloudstack performs dynamic scaling, Is it dynamic scaling in terms of > re

how cloudstack performs dynamic scaling

2014-03-25 Thread Umair Azam
Hi guys, How cloudstack performs dynamic scaling, Is it dynamic scaling in terms of replication or increasing VM capacity up to max resources available at physical server. -- Umair Azam

Re: Dynamic Scaling Of CPU and RAM not working

2013-12-20 Thread Shanker Balan
/ >> memory_overprovisioning_of_cluster , Xenserver recommended max for >> guestOS) >> >> > > Yep. Working as expected. Very nice feature. Any clue if this is expected to work on FreeBSD 10 HVM instances? I expected memory-static-max to be 2x of memory-actual (

Re: Dynamic Scaling Of CPU and RAM not working

2013-12-20 Thread Shanker Balan
On 20-Dec-2013, at 11:43 pm, Nitin Mehta wrote: > Prashant - thanks for the detailed answer. I will add/correct one thing. > The formula for computing the XS side memory params are explained @ [1] > > > Copying the excerpt from the link > > * static min = service_offering / memory_overprovisionin

Re: Dynamic Scaling Of CPU and RAM not working

2013-12-20 Thread Nitin Mehta
/ memory_overprovisioning_of_cluster. * dynamic max = service_offering * static max = f_min( (4 * service_offering) / memory_overprovisioning_of_cluster , Xenserver recommended max for guestOS) [1] https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamic+scaling+of+C PU+and+RAM

RE: Dynamic Scaling Of CPU and RAM not working

2013-12-20 Thread Prashant Kumar Mishra
led = 1- Dynamically Scalable ="yes/No" If it is No and u try to scale up u will see following error " Unable to Scale the vm: 3e245053-4310-4154-8753-d5fd1015193c as vm does not have tools to support dynamic scaling" 2- Enable.dynami

Re: Dynamic Scaling Of CPU and RAM not working

2013-12-19 Thread Shanker Balan
ic-max Let me RTFM https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamic+scaling+of+CPU+and+RAM also. I didnt do it the first time around. -- @shankerbalan M: +91 98860 60539 | O: +91 (80) 67935867 shanker.ba...@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue ShapeBlue Services

Re: Dynamic Scaling Of CPU and RAM not working

2013-12-19 Thread Ryan Lei
By the way, I remember seeing this kind of error message, too. Cannot scale up the vm because of memory constraint violation: 0 <= memory-static-min <= memory-dynamic-min <= memory-dynamic-max <= memory-static-max ---

Re: Dynamic Scaling Of CPU and RAM not working

2013-12-19 Thread Ryan Lei
ions on wiki and this YouTube video to set up Dynamic Memory Control(DMC). https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamic+scaling+of+CPU+and+RAM http://www.youtube.com/watch?v=ZUtwGqhQD1M Here're my results. I no longer have the detailed logs available.: CentOS 6.4 / XenSe

Re: Dynamic Scaling Of CPU and RAM not working

2013-12-19 Thread Shanker Balan
On 19-Dec-2013, at 6:44 pm, Harikrishna Patnala wrote: > Hi, > From cloustack we need to specify whether Xenserver tools got installed on > the template. while registering a template we see a checkbox “IsDynamic”, > this represents whether tools installed or not. > > Please check the template

Re: Dynamic Scaling Of CPU and RAM not working

2013-12-19 Thread Harikrishna Patnala
t; Greetings ! > > > I have enabled the Dynamic Scaling of CPU and RAM option in the > CloudStack-4.2 deployment. While scaling up the resources of a particular > VM we're encountering the following exception, > > ERROR [cloud.async.AsyncJobManagerImpl] (Job-Executor-1

Re: Dynamic Scaling Of CPU and RAM not working

2013-12-19 Thread Erik Weber
is XenServer tools installed on the guest vm? Regards, Erik Weber On Thu, Dec 19, 2013 at 12:54 PM, iliyas shirol wrote: > Greetings ! > > > I have enabled the Dynamic Scaling of CPU and RAM option in the > CloudStack-4.2 deployment. While scaling up the resources of a partic

Dynamic Scaling Of CPU and RAM not working

2013-12-19 Thread iliyas shirol
Greetings ! I have enabled the Dynamic Scaling of CPU and RAM option in the CloudStack-4.2 deployment. While scaling up the resources of a particular VM we're encountering the following exception, ERROR [cloud.async.AsyncJobManagerImpl] (Job-Executor-1:job-113 = [ 8cc2e1ce-6901-4887