Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D1A5111B1 for ; Sat, 20 Sep 2014 06:22:34 +0000 (UTC) Received: (qmail 83051 invoked by uid 500); 20 Sep 2014 06:22:33 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 83023 invoked by uid 500); 20 Sep 2014 06:22:33 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 83014 invoked by uid 500); 20 Sep 2014 06:22:33 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 83009 invoked by uid 99); 20 Sep 2014 06:22:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Sep 2014 06:22:33 +0000 Date: Sat, 20 Sep 2014 06:22:33 +0000 (UTC) From: "Alireza Eskandari (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-7591) Dynamic scaling doesn't work in CloudStack 4.4 with vmware MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-7591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alireza Eskandari updated CLOUDSTACK-7591: ------------------------------------------ Attachment: log.txt Detailed logs > Dynamic scaling doesn't work in CloudStack 4.4 with vmware > ---------------------------------------------------------- > > Key: CLOUDSTACK-7591 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7591 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Management Server, VMware > Affects Versions: 4.4.0 > Reporter: Alireza Eskandari > Priority: Critical > Labels: 4.4, dynamic, scaling, vmware > Attachments: log.txt > > > In cloudstack 4.4 with vSphere 5.5, I create a CentOS 6 instance with dynamic scalability enabled with this resources: > RAM: 512MB , CPU:1 core - 500MHz > After I scale this instance to below resources I got "Failed to scale the VM": > RAM: 1024MB , CPU:1 core - 1000MHz > I don't face with above issue in cloudstack 4.3 > ERROR [c.c.h.v.r.VmwareResource] (DirectAgent-116:ctx-abd65263 10.10.171.156) Unexpected exception: > com.cloud.utils.exception.CloudRuntimeException: Memory of VM i-2-14-VM cannot be scaled to 1024MB. Requested memory limit is beyond the hotadd memory limit for this VM at the moment is 512MB. > at com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareResource.java:1261) > at com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(VmwareResource.java:471) > at com.cloud.agent.manager.DirectAgentAttache$Task.runInContext(DirectAgentAttache.java:216) > at org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49) > at org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56) > at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103) > at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53) > at org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:744) -- This message was sent by Atlassian JIRA (v6.3.4#6332)