You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/04/08 13:21:11 UTC

[GitHub] [cloudstack] smgray315uk commented on issue #4022: cloudstack - systemvm and secondary storage configuration issue

smgray315uk commented on issue #4022: cloudstack - systemvm and secondary storage configuration issue
URL: https://github.com/apache/cloudstack/issues/4022#issuecomment-610955759
 
 
   Yes the quick installation guide was followed for the installation. The repo currently in use is: -
   
   [cloudstack]
   name=cloudstack
   baseurl=http://download.cloudstack.org/centos/$releasever/4.13/
   enabled=1
   gpgcheck=0
   
   I'll double check to see if this is correct.  
   
   The upgrade from v4.11.3 to v4.13 appears to have worked fine. Although to me it looks like we have some issue with the systemvm creation (proxy and secondary storage vm). These are automatically created although both fail to start. 
   
   Checking the logs from management-server.log we can see the following error: -
   
   proxy systemvm
   2020-04-08 14:11:38,416 WARN  [c.c.c.ConsoleProxyManagerImpl] (consoleproxy-1:ctx-cb949c1a) (logid:9b4ad792) Exception while trying to start console proxy
   com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM[ConsoleProxy|v-14383-VM]Scope=interface com.cloud.dc.DataCenter; id=1
           at com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:1063)
           at com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:5107)
           at sun.reflect.GeneratedMethodAccessor252.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
           at java.lang.reflect.Method.invoke(Method.java:498)
           at com.cloud.vm.VmWorkJobHandlerProxy.handleVmWorkJob(VmWorkJobHandlerProxy.java:107)
           at com.cloud.vm.VirtualMachineManagerImpl.handleVmWorkJob(VirtualMachineManagerImpl.java:5270)
           at com.cloud.vm.VmWorkJobDispatcher.runJob(VmWorkJobDispatcher.java:102)
           at org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.runInContext(AsyncJobManagerImpl.java:583)
           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 org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.run(AsyncJobManagerImpl.java:531)
           at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
           at java.util.concurrent.FutureTask.run(FutureTask.java:266)
           at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)
   2020-04-08 14:11:38,417 INFO  [c.c.c.ConsoleProxyManagerImpl] (consoleproxy-1:ctx-cb949c1a) (logid:9b4ad792) Unable to start console proxy vm for standby capacity, vm id : 14383, will recycle it and start a new one
   2020-04-08 14:11:38,417 DEBUG [c.c.a.ConsoleProxyAlertAdapter] (consoleproxy-1:ctx-cb949c1a) (logid:9b4ad792) received console proxy alert
   2020-04-08 14:11:38,418 DEBUG [o.a.c.f.j.i.AsyncJobManagerImpl] (Work-Job-Executor-121:ctx-49acca72 job-33146/job-43242) (logid:637984c0) Done executing com.cloud.vm.VmWorkStart for job-43242
   2020-04-08 14:11:38,419 DEBUG [c.c.a.ConsoleProxyAlertAdapter] (consoleproxy-1:ctx-cb949c1a) (logid:9b4ad792) Console proxy creation failure, zone: ICD
   2020-04-08 14:11:38,420 INFO  [o.a.c.f.j.i.AsyncJobMonitor] (Work-Job-Executor-121:ctx-49acca72 job-33146/job-43242) (logid:637984c0) Remove job-43242 from job monitoring
   2020-04-08 14:11:38,421 WARN  [c.c.a.AlertManagerImpl] (consoleproxy-1:ctx-cb949c1a) (logid:9b4ad792) AlertType:: 10 | dataCenterId:: 1 | podId:: null | clusterId:: null | message:: Console proxy creation failure. zone: ICD, error details: null
   
   
   secondary storage vm
   2020-04-08 14:11:38,431 WARN  [o.a.c.s.SecondaryStorageManagerImpl] (secstorage-1:ctx-db6ce1d8) (logid:71d15b82) Exception while trying to start secondary storage vm
   com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM[SecondaryStorageVm|s-14384-VM]Scope=interface com.cloud.dc.DataCenter; id=1
           at com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:1063)
           at com.cloud.vm.VirtualMachineManagerImpl.orchestrateStart(VirtualMachineManagerImpl.java:5107)
           at sun.reflect.GeneratedMethodAccessor252.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
           at java.lang.reflect.Method.invoke(Method.java:498)
           at com.cloud.vm.VmWorkJobHandlerProxy.handleVmWorkJob(VmWorkJobHandlerProxy.java:107)
           at com.cloud.vm.VirtualMachineManagerImpl.handleVmWorkJob(VirtualMachineManagerImpl.java:5270)
           at com.cloud.vm.VmWorkJobDispatcher.runJob(VmWorkJobDispatcher.java:102)
           at org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.runInContext(AsyncJobManagerImpl.java:583)
           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 org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.run(AsyncJobManagerImpl.java:531)
           at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
           at java.util.concurrent.FutureTask.run(FutureTask.java:266)
           at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)
   2020-04-08 14:11:38,432 INFO  [o.a.c.s.SecondaryStorageManagerImpl] (secstorage-1:ctx-db6ce1d8) (logid:71d15b82) Unable to start secondary storage vm for standby capacity, vm id : 14384, will recycle it and start a new one
   2020-04-08 14:11:38,432 DEBUG [c.c.a.SecondaryStorageVmAlertAdapter] (secstorage-1:ctx-db6ce1d8) (logid:71d15b82) received secondary storage vm alert
   2020-04-08 14:11:38,434 DEBUG [c.c.a.SecondaryStorageVmAlertAdapter] (secstorage-1:ctx-db6ce1d8) (logid:71d15b82) Secondary Storage Vm creation failure, zone: ICD
   2020-04-08 14:11:38,436 WARN  [c.c.a.AlertManagerImpl] (secstorage-1:ctx-db6ce1d8) (logid:71d15b82) AlertType:: 19 | dataCenterId:: 1 | podId:: null | clusterId:: null | message:: Secondary Storage Vm creation failure. zone: ICD, error details: null
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services