You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "prashant kumar mishra (JIRA)" <ji...@apache.org> on 2013/06/28 11:23:20 UTC

[jira] [Created] (CLOUDSTACK-3267) scaling up vm is failing o on xen6.0.2

prashant kumar mishra created CLOUDSTACK-3267:
-------------------------------------------------

             Summary: scaling up vm is failing o on xen6.0.2
                 Key: CLOUDSTACK-3267
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3267
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Management Server
    Affects Versions: 4.2.0
            Reporter: prashant kumar mishra
            Priority: Critical
             Fix For: 4.2.0


vm scaleup is failing on xen6.0.2(with and without hot fixes) 

steps to reproduce
---------------------------
1-prepare a xen 6.0.2 host (license+hostfixes)
2-Create a CS setup in advance networking mode
3-deploy a vm with small service offeirng and default template
4-try scaling up to medium instance 

Expected
----------------

scaling up should be successful

Actual
------------
Scaling up failed 



        at com.cloud.vm.VirtualMachineManagerImpl.reConfigureVm(VirtualMachineManagerImpl.java:3260)
        at com.cloud.vm.UserVmManagerImpl.upgradeVirtualMachine(UserVmManagerImpl.java:1211)
        at com.cloud.vm.UserVmManagerImpl.upgradeVirtualMachine(UserVmManagerImpl.java:1090)
        at com.cloud.utils.component.ComponentInstantiationPostProcessor$InterceptorDispatcher.intercept(ComponentInstantiationPostProcessor.java:125)
        at org.apache.cloudstack.api.command.user.vm.ScaleVMCmd.execute(ScaleVMCmd.java:92)
        at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:155)
        at com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:437)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:679)
2013-06-28 10:35:05,081 DEBUG [cloud.async.AsyncJobManagerImpl] (Job-Executor-1:job-15) Complete async job-15, jobStatus: 2, resultCode: 530, result: Error Code: 530 Error text: Unable to scale vm due to Catch exception com.cloud.utils.exception.CloudRuntimeException when scaling VM:i-2-3-VM due to com.cloud.utils.exception.CloudRuntimeException: Cannot scale up the vm because of memory constraint violation: 0 <= memory-static-min <= memory-dynamic-min <= memory-dynamic-max <= memory-static-max


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira