You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Sanjeev Neelarapu <sa...@citrix.com> on 2014/03/03 06:57:42 UTC

RE: Unable to deploy vm

Hi Tejas,

It is recommended to use a clean secondary storage for storing all the artificats, otherwise CS might overwrite since it follows standard directory structure for storing templates. So please clean your storage before adding it to CS.

Thanks,
Sanjeev 

-----Original Message-----
From: Tejas Gadaria [mailto:refond.gmrt@gmail.com] 
Sent: Friday, February 28, 2014 10:54 AM
To: users@cloudstack.apache.org; dev@cloudstack.apache.org
Subject: Re: Unable to deploy vm

Hi,

Please ignore previous mail,
I think I misunderstood & deleted stale sysetmvm.iso. Still I am facing same error .

So Under "Templates" do I need to delete all guest vm templates?
do I need to delete " CentOS 5.3(64bit) no GUI (vSphere)" ?

Regards,
Tejas



On Thu, Feb 27, 2014 at 2:53 PM, Tejas Gadaria <re...@gmail.com>wrote:

> Hi Sailaja & Sanjeev,
>
> Thanks for replay,
>
> It  worked for me. My network it very slow so I could not verify at 
> this time.
> But yeah it's not throwing error at that point.
>
> Regards,
> Tejas
>
>
>
>
> On Thu, Feb 27, 2014 at 11:56 AM, Sailaja Mada <sa...@citrix.com>wrote:
>
>> Hi,
>>
>> Root cause and workaround are listed in the bug details @
>> https://issues.apache.org/jira/browse/CLOUDSTACK-1403?focusedCommentI
>> d=13588714&page=com.atlassian.jira.plugin.system.issuetabpanels:comme
>> nt-tabpanel#comment-13588714
>>
>>
>> =====================================================================
>> =======================================
>> Analysis & Root cause:-
>> Due to connection issues the first attempt to download template from 
>> secondary storage failed while importing OVA template.
>> This left a stale template object in the datacenter. Next attempt to 
>> download the template has returned success as only existance of 
>> template with the specific uuid is checked. No more attempts made to 
>> setup the template again.
>> The answer shows template size as 0. Atleast at this point the 
>> corruption in template should have been detected.
>> The answer from logs is -
>> [{"storage.PrimaryStorageDownloadAnswer":{"installPath":"e372770297f7
>> 3702b26a7898d041f3f8","templateSize":0,"result":true,"wait":0}}]
>> }
>> Any subsequent VM deployment would look to create a volume from this 
>> template which fails as expected. After a successful import of OVA on 
>> primary storage, a snapshot is taken to create a base snapshot from 
>> which volumes are created. But due to IOException encountered while 
>> uploading the file to URL this snapshot attempt was not made.
>>
>> Fix:-
>> Handle IOException while uploading template to primary storage URL 
>> and cleanup stale template. Working on unit testing now.
>>
>> We have work around for this issue. Delete the stale template that 
>> was created in datacenter due to failed PrimaryStorageDownloadCommand.
>> Subsequently a template would be setup again freshly.
>>
>> =====================================================================
>> =======================================
>>
>>
>> Thanks,
>> Sailaja.M
>>
>> -----Original Message-----
>> From: Tejas Gadaria [mailto:refond.gmrt@gmail.com]
>> Sent: 27 February 2014 10:35
>> To: users@cloudstack.apache.org
>> Subject: Re: Unable to deploy vm
>>
>> Hi,
>> thanks for replay,
>>
>> Is there any workaround for this ?
>> OR
>> how can I update 4.0.2 to 4.1.0 ?
>>
>> Regards,
>> Tejas
>>
>>
>> On Wed, Feb 26, 2014 at 2:55 PM, Sailaja Mada 
>> <sailaja.mada@citrix.com
>> >wrote:
>>
>> > Hi,
>> >
>> > Error log seems to be same as the bug @
>> > https://issues.apache.org/jira/browse/CLOUDSTACK-1403 - This got 
>> > fixed in
>> > 4.1.0 .
>> >
>> > Thanks,
>> > Sailaja.M
>> >
>> >
>> > -----Original Message-----
>> > From: Tejas Gadaria [mailto:refond.gmrt@gmail.com]
>> > Sent: 26 February 2014 13:21
>> > To: users@cloudstack.apache.org
>> > Subject: Unable to deploy vm
>> >
>> > Hi,
>> >
>> > I am using CS 4.0.3 with vmware hypervisor.
>> >
>> > SSVM and CPVM is running both public and private IP are pinging 
>> > from management server.
>> >
>> > while trying to deploy vm from template, it.s giving ,
>> >
>> > 2014-02-26 12:50:18,182 ERROR [vmware.resource.VmwareResource]
>> > (DirectAgent-418:10.129.150.22) Unable to find template base 
>> > snapshot, invalid template
>> > 2014-02-26 12:50:18,182 ERROR [vmware.resource.VmwareResource]
>> > (DirectAgent-418:10.129.150.22) CreateCommand failed due to Exception:
>> > java.lang.Exception
>> > Message: Unable to find template base snapshot, invalid template
>> >
>> > java.lang.Exception: Unable to find template base snapshot, invalid 
>> > template
>> >     at
>> >
>> >
>> com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareRes
>> ource.java:3756)
>> >     at
>> >
>> >
>> com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(Vm
>> wareResource.java:335)
>> >     at
>> >
>> >
>> com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttach
>> e.java:191)
>> >     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.ScheduledThreadPoolExecutor$ScheduledFutureTask.
>> access$101(ScheduledThreadPoolExecutor.java:165)
>> >     at
>> >
>> >
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
>> run(ScheduledThreadPoolExecutor.java:266)
>> >     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)
>> > 2014-02-26 12:50:18,183 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-486:null) Seq 28-1947012159: Response Received:
>> > 2014-02-26 12:50:18,183 DEBUG [agent.transport.Request]
>> > (StatsCollector-1:null) Seq 28-1947012159: Received:  { Ans: , MgmtId:
>> > 345051457089, via: 28, Ver: v1, Flags: 10, { GetHostStatsAnswer } }
>> > 2014-02-26 12:50:18,183 DEBUG [agent.manager.DirectAgentAttache]
>> > (DirectAgent-418:null) Seq 28-1947012160: Response Received:
>> > 2014-02-26 12:50:18,183 DEBUG [agent.transport.Request]
>> > (DirectAgent-418:null) Seq 28-1947012160: Processing:  { Ans: , MgmtId:
>> > 345051457089, via: 28, Ver: v1, Flags: 110,
>> >
>> >
>> [{"storage.CreateAnswer":{"requestTemplateReload":false,"result":false,"details":"Exception:
>> > java.lang.Exception\nMessage: java.lang.Exception: Unable to find 
>> > template base snapshot, invalid template\nStack: java.lang.Exception:
>> > java.lang.Exception: Unable to find template base snapshot, invalid 
>> > template\n\tat 
>> > com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareR
>> > eso
>> > urce.java:3833)\n\tat
>> >
>> > com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(
>> > Vmw
>> > areResource.java:335)\n\tat
>> >
>> > com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAtta
>> > che
>> > .java:191)\n\tat
>> >
>> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
>> > 471
>> > )\n\tat
>> > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)\
>> > n\t at 
>> > java.util.concurrent.FutureTask.run(FutureTask.java:166)\n\tat
>> >
>> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas
>> > k.a ccess$101(ScheduledThreadPoolExecutor.java:165)\n\tat
>> >
>> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas
>> > k.r un(ScheduledThreadPoolExecutor.java:266)\n\tat
>> >
>> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecuto
>> > r.j
>> > ava:1110)\n\tat
>> >
>> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
>> > java:603)\n\tat java.lang.Thread.run(Thread.java:679)\nCaused by:
>> > java.lang.Exception:
>> > Unable to find template base snapshot, invalid template\n\tat
>> >
>> com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareResource.java:3756)\n\t...
>> > 10 more\n","wait":0}}] }
>> > 2014-02-26 12:50:18,183 DEBUG [agent.manager.AgentAttache]
>> > (DirectAgent-418:null) Seq 28-1947012160: No more commands found
>> > 2014-02-26 12:50:18,183 DEBUG [agent.transport.Request]
>> > (Job-Executor-5:job-97) Seq 28-1947012160: Received:  { Ans: , MgmtId:
>> > 345051457089, via: 28, Ver: v1, Flags: 110, { CreateAnswer } }
>> > 2014-02-26 12:50:18,183 DEBUG [cloud.storage.StorageManagerImpl]
>> > (Job-Executor-5:job-97) Unable to create volume 
>> > Vol[628|vm=531|ROOT]
>> > 2014-02-26 12:50:18,222 INFO  [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-5:job-97) Unable to contact resource.
>> > com.cloud.exception.StorageUnavailableException: Resource 
>> > [StoragePool:206] is unreachable: Unable to create Vol[628|vm=531|ROOT]
>> >     at
>> >
>> com.cloud.storage.StorageManagerImpl.prepare(StorageManagerImpl.java:
>> 3361)
>> >     at
>> >
>> >
>> com.cloud.vm.VirtualMachineManagerImpl.advanceStart(VirtualMachineMan
>> agerImpl.java:754)
>> >     at
>> >
>> >
>> com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImp
>> l.java:472)
>> >     at
>> >
>> >
>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.
>> java:2929)
>> >     at
>> >
>> >
>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.
>> java:2601)
>> >     at
>> >
>> >
>> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.
>> java:2589)
>> >     at
>> >
>> com.cloud.event.ActionEventCallback.intercept(ActionEventCallback.jav
>> a:36)
>> >     at com.cloud.api.commands.DeployVMCmd.execute(DeployVMCmd.java:330)
>> >     at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:138)
>> >     at
>> > com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:432)
>> >     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)
>> > 2014-02-26 12:50:18,264 DEBUG [cloud.vm.VirtualMachineManagerImpl]
>> > (Job-Executor-5:job-97) Cleaning up resources for the vm 
>> > VM[User|wintest0010] in Starting state
>> > 2014-02-26 12:50:18,266 DEBUG [agent.transport.Request]
>> > (Job-Executor-5:job-97) Seq 28-1947012162: Sending  { Cmd , MgmtId:
>> > 345051457089, via: 28, Ver: v1, Flags: 100111, 
>> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-531-VM","wait":0}}] 
>> > }
>> >
>> >
>> > Regards,
>> > Tejas
>> >
>>
>
>

Re: Unable to deploy vm

Posted by Tejas Gadaria <re...@gmail.com>.
Thanks Sanjeev,

It's working fine.

Regards,
Tejas


On Mon, Mar 3, 2014 at 11:27 AM, Sanjeev Neelarapu <
sanjeev.neelarapu@citrix.com> wrote:

> Hi Tejas,
>
> It is recommended to use a clean secondary storage for storing all the
> artificats, otherwise CS might overwrite since it follows standard
> directory structure for storing templates. So please clean your storage
> before adding it to CS.
>
> Thanks,
> Sanjeev
>
> -----Original Message-----
> From: Tejas Gadaria [mailto:refond.gmrt@gmail.com]
> Sent: Friday, February 28, 2014 10:54 AM
> To: users@cloudstack.apache.org; dev@cloudstack.apache.org
> Subject: Re: Unable to deploy vm
>
> Hi,
>
> Please ignore previous mail,
> I think I misunderstood & deleted stale sysetmvm.iso. Still I am facing
> same error .
>
> So Under "Templates" do I need to delete all guest vm templates?
> do I need to delete " CentOS 5.3(64bit) no GUI (vSphere)" ?
>
> Regards,
> Tejas
>
>
>
> On Thu, Feb 27, 2014 at 2:53 PM, Tejas Gadaria <refond.gmrt@gmail.com
> >wrote:
>
> > Hi Sailaja & Sanjeev,
> >
> > Thanks for replay,
> >
> > It  worked for me. My network it very slow so I could not verify at
> > this time.
> > But yeah it's not throwing error at that point.
> >
> > Regards,
> > Tejas
> >
> >
> >
> >
> > On Thu, Feb 27, 2014 at 11:56 AM, Sailaja Mada <sailaja.mada@citrix.com
> >wrote:
> >
> >> Hi,
> >>
> >> Root cause and workaround are listed in the bug details @
> >> https://issues.apache.org/jira/browse/CLOUDSTACK-1403?focusedCommentI
> >> d=13588714&page=com.atlassian.jira.plugin.system.issuetabpanels:comme
> >> nt-tabpanel#comment-13588714
> >>
> >>
> >> =====================================================================
> >> =======================================
> >> Analysis & Root cause:-
> >> Due to connection issues the first attempt to download template from
> >> secondary storage failed while importing OVA template.
> >> This left a stale template object in the datacenter. Next attempt to
> >> download the template has returned success as only existance of
> >> template with the specific uuid is checked. No more attempts made to
> >> setup the template again.
> >> The answer shows template size as 0. Atleast at this point the
> >> corruption in template should have been detected.
> >> The answer from logs is -
> >> [{"storage.PrimaryStorageDownloadAnswer":{"installPath":"e372770297f7
> >> 3702b26a7898d041f3f8","templateSize":0,"result":true,"wait":0}}]
> >> }
> >> Any subsequent VM deployment would look to create a volume from this
> >> template which fails as expected. After a successful import of OVA on
> >> primary storage, a snapshot is taken to create a base snapshot from
> >> which volumes are created. But due to IOException encountered while
> >> uploading the file to URL this snapshot attempt was not made.
> >>
> >> Fix:-
> >> Handle IOException while uploading template to primary storage URL
> >> and cleanup stale template. Working on unit testing now.
> >>
> >> We have work around for this issue. Delete the stale template that
> >> was created in datacenter due to failed PrimaryStorageDownloadCommand.
> >> Subsequently a template would be setup again freshly.
> >>
> >> =====================================================================
> >> =======================================
> >>
> >>
> >> Thanks,
> >> Sailaja.M
> >>
> >> -----Original Message-----
> >> From: Tejas Gadaria [mailto:refond.gmrt@gmail.com]
> >> Sent: 27 February 2014 10:35
> >> To: users@cloudstack.apache.org
> >> Subject: Re: Unable to deploy vm
> >>
> >> Hi,
> >> thanks for replay,
> >>
> >> Is there any workaround for this ?
> >> OR
> >> how can I update 4.0.2 to 4.1.0 ?
> >>
> >> Regards,
> >> Tejas
> >>
> >>
> >> On Wed, Feb 26, 2014 at 2:55 PM, Sailaja Mada
> >> <sailaja.mada@citrix.com
> >> >wrote:
> >>
> >> > Hi,
> >> >
> >> > Error log seems to be same as the bug @
> >> > https://issues.apache.org/jira/browse/CLOUDSTACK-1403 - This got
> >> > fixed in
> >> > 4.1.0 .
> >> >
> >> > Thanks,
> >> > Sailaja.M
> >> >
> >> >
> >> > -----Original Message-----
> >> > From: Tejas Gadaria [mailto:refond.gmrt@gmail.com]
> >> > Sent: 26 February 2014 13:21
> >> > To: users@cloudstack.apache.org
> >> > Subject: Unable to deploy vm
> >> >
> >> > Hi,
> >> >
> >> > I am using CS 4.0.3 with vmware hypervisor.
> >> >
> >> > SSVM and CPVM is running both public and private IP are pinging
> >> > from management server.
> >> >
> >> > while trying to deploy vm from template, it.s giving ,
> >> >
> >> > 2014-02-26 12:50:18,182 ERROR [vmware.resource.VmwareResource]
> >> > (DirectAgent-418:10.129.150.22) Unable to find template base
> >> > snapshot, invalid template
> >> > 2014-02-26 12:50:18,182 ERROR [vmware.resource.VmwareResource]
> >> > (DirectAgent-418:10.129.150.22) CreateCommand failed due to Exception:
> >> > java.lang.Exception
> >> > Message: Unable to find template base snapshot, invalid template
> >> >
> >> > java.lang.Exception: Unable to find template base snapshot, invalid
> >> > template
> >> >     at
> >> >
> >> >
> >> com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareRes
> >> ource.java:3756)
> >> >     at
> >> >
> >> >
> >> com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(Vm
> >> wareResource.java:335)
> >> >     at
> >> >
> >> >
> >> com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttach
> >> e.java:191)
> >> >     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.ScheduledThreadPoolExecutor$ScheduledFutureTask.
> >> access$101(ScheduledThreadPoolExecutor.java:165)
> >> >     at
> >> >
> >> >
> >> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
> >> run(ScheduledThreadPoolExecutor.java:266)
> >> >     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)
> >> > 2014-02-26 12:50:18,183 DEBUG [agent.manager.DirectAgentAttache]
> >> > (DirectAgent-486:null) Seq 28-1947012159: Response Received:
> >> > 2014-02-26 12:50:18,183 DEBUG [agent.transport.Request]
> >> > (StatsCollector-1:null) Seq 28-1947012159: Received:  { Ans: , MgmtId:
> >> > 345051457089, via: 28, Ver: v1, Flags: 10, { GetHostStatsAnswer } }
> >> > 2014-02-26 12:50:18,183 DEBUG [agent.manager.DirectAgentAttache]
> >> > (DirectAgent-418:null) Seq 28-1947012160: Response Received:
> >> > 2014-02-26 12:50:18,183 DEBUG [agent.transport.Request]
> >> > (DirectAgent-418:null) Seq 28-1947012160: Processing:  { Ans: ,
> MgmtId:
> >> > 345051457089, via: 28, Ver: v1, Flags: 110,
> >> >
> >> >
> >>
> [{"storage.CreateAnswer":{"requestTemplateReload":false,"result":false,"details":"Exception:
> >> > java.lang.Exception\nMessage: java.lang.Exception: Unable to find
> >> > template base snapshot, invalid template\nStack: java.lang.Exception:
> >> > java.lang.Exception: Unable to find template base snapshot, invalid
> >> > template\n\tat
> >> > com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareR
> >> > eso
> >> > urce.java:3833)\n\tat
> >> >
> >> > com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(
> >> > Vmw
> >> > areResource.java:335)\n\tat
> >> >
> >> > com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAtta
> >> > che
> >> > .java:191)\n\tat
> >> >
> >> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> >> > 471
> >> > )\n\tat
> >> > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)\
> >> > n\t at
> >> > java.util.concurrent.FutureTask.run(FutureTask.java:166)\n\tat
> >> >
> >> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas
> >> > k.a ccess$101(ScheduledThreadPoolExecutor.java:165)\n\tat
> >> >
> >> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas
> >> > k.r un(ScheduledThreadPoolExecutor.java:266)\n\tat
> >> >
> >> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecuto
> >> > r.j
> >> > ava:1110)\n\tat
> >> >
> >> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
> >> > java:603)\n\tat java.lang.Thread.run(Thread.java:679)\nCaused by:
> >> > java.lang.Exception:
> >> > Unable to find template base snapshot, invalid template\n\tat
> >> >
> >>
> com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareResource.java:3756)\n\t...
> >> > 10 more\n","wait":0}}] }
> >> > 2014-02-26 12:50:18,183 DEBUG [agent.manager.AgentAttache]
> >> > (DirectAgent-418:null) Seq 28-1947012160: No more commands found
> >> > 2014-02-26 12:50:18,183 DEBUG [agent.transport.Request]
> >> > (Job-Executor-5:job-97) Seq 28-1947012160: Received:  { Ans: , MgmtId:
> >> > 345051457089, via: 28, Ver: v1, Flags: 110, { CreateAnswer } }
> >> > 2014-02-26 12:50:18,183 DEBUG [cloud.storage.StorageManagerImpl]
> >> > (Job-Executor-5:job-97) Unable to create volume
> >> > Vol[628|vm=531|ROOT]
> >> > 2014-02-26 12:50:18,222 INFO  [cloud.vm.VirtualMachineManagerImpl]
> >> > (Job-Executor-5:job-97) Unable to contact resource.
> >> > com.cloud.exception.StorageUnavailableException: Resource
> >> > [StoragePool:206] is unreachable: Unable to create
> Vol[628|vm=531|ROOT]
> >> >     at
> >> >
> >> com.cloud.storage.StorageManagerImpl.prepare(StorageManagerImpl.java:
> >> 3361)
> >> >     at
> >> >
> >> >
> >> com.cloud.vm.VirtualMachineManagerImpl.advanceStart(VirtualMachineMan
> >> agerImpl.java:754)
> >> >     at
> >> >
> >> >
> >> com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImp
> >> l.java:472)
> >> >     at
> >> >
> >> >
> >> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.
> >> java:2929)
> >> >     at
> >> >
> >> >
> >> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.
> >> java:2601)
> >> >     at
> >> >
> >> >
> >> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.
> >> java:2589)
> >> >     at
> >> >
> >> com.cloud.event.ActionEventCallback.intercept(ActionEventCallback.jav
> >> a:36)
> >> >     at
> com.cloud.api.commands.DeployVMCmd.execute(DeployVMCmd.java:330)
> >> >     at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:138)
> >> >     at
> >> >
> com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:432)
> >> >     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)
> >> > 2014-02-26 12:50:18,264 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >> > (Job-Executor-5:job-97) Cleaning up resources for the vm
> >> > VM[User|wintest0010] in Starting state
> >> > 2014-02-26 12:50:18,266 DEBUG [agent.transport.Request]
> >> > (Job-Executor-5:job-97) Seq 28-1947012162: Sending  { Cmd , MgmtId:
> >> > 345051457089, via: 28, Ver: v1, Flags: 100111,
> >> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-531-VM","wait":0}}]
> >> > }
> >> >
> >> >
> >> > Regards,
> >> > Tejas
> >> >
> >>
> >
> >
>

Re: Unable to deploy vm

Posted by Tejas Gadaria <re...@gmail.com>.
Thanks Sanjeev,

It's working fine.

Regards,
Tejas


On Mon, Mar 3, 2014 at 11:27 AM, Sanjeev Neelarapu <
sanjeev.neelarapu@citrix.com> wrote:

> Hi Tejas,
>
> It is recommended to use a clean secondary storage for storing all the
> artificats, otherwise CS might overwrite since it follows standard
> directory structure for storing templates. So please clean your storage
> before adding it to CS.
>
> Thanks,
> Sanjeev
>
> -----Original Message-----
> From: Tejas Gadaria [mailto:refond.gmrt@gmail.com]
> Sent: Friday, February 28, 2014 10:54 AM
> To: users@cloudstack.apache.org; dev@cloudstack.apache.org
> Subject: Re: Unable to deploy vm
>
> Hi,
>
> Please ignore previous mail,
> I think I misunderstood & deleted stale sysetmvm.iso. Still I am facing
> same error .
>
> So Under "Templates" do I need to delete all guest vm templates?
> do I need to delete " CentOS 5.3(64bit) no GUI (vSphere)" ?
>
> Regards,
> Tejas
>
>
>
> On Thu, Feb 27, 2014 at 2:53 PM, Tejas Gadaria <refond.gmrt@gmail.com
> >wrote:
>
> > Hi Sailaja & Sanjeev,
> >
> > Thanks for replay,
> >
> > It  worked for me. My network it very slow so I could not verify at
> > this time.
> > But yeah it's not throwing error at that point.
> >
> > Regards,
> > Tejas
> >
> >
> >
> >
> > On Thu, Feb 27, 2014 at 11:56 AM, Sailaja Mada <sailaja.mada@citrix.com
> >wrote:
> >
> >> Hi,
> >>
> >> Root cause and workaround are listed in the bug details @
> >> https://issues.apache.org/jira/browse/CLOUDSTACK-1403?focusedCommentI
> >> d=13588714&page=com.atlassian.jira.plugin.system.issuetabpanels:comme
> >> nt-tabpanel#comment-13588714
> >>
> >>
> >> =====================================================================
> >> =======================================
> >> Analysis & Root cause:-
> >> Due to connection issues the first attempt to download template from
> >> secondary storage failed while importing OVA template.
> >> This left a stale template object in the datacenter. Next attempt to
> >> download the template has returned success as only existance of
> >> template with the specific uuid is checked. No more attempts made to
> >> setup the template again.
> >> The answer shows template size as 0. Atleast at this point the
> >> corruption in template should have been detected.
> >> The answer from logs is -
> >> [{"storage.PrimaryStorageDownloadAnswer":{"installPath":"e372770297f7
> >> 3702b26a7898d041f3f8","templateSize":0,"result":true,"wait":0}}]
> >> }
> >> Any subsequent VM deployment would look to create a volume from this
> >> template which fails as expected. After a successful import of OVA on
> >> primary storage, a snapshot is taken to create a base snapshot from
> >> which volumes are created. But due to IOException encountered while
> >> uploading the file to URL this snapshot attempt was not made.
> >>
> >> Fix:-
> >> Handle IOException while uploading template to primary storage URL
> >> and cleanup stale template. Working on unit testing now.
> >>
> >> We have work around for this issue. Delete the stale template that
> >> was created in datacenter due to failed PrimaryStorageDownloadCommand.
> >> Subsequently a template would be setup again freshly.
> >>
> >> =====================================================================
> >> =======================================
> >>
> >>
> >> Thanks,
> >> Sailaja.M
> >>
> >> -----Original Message-----
> >> From: Tejas Gadaria [mailto:refond.gmrt@gmail.com]
> >> Sent: 27 February 2014 10:35
> >> To: users@cloudstack.apache.org
> >> Subject: Re: Unable to deploy vm
> >>
> >> Hi,
> >> thanks for replay,
> >>
> >> Is there any workaround for this ?
> >> OR
> >> how can I update 4.0.2 to 4.1.0 ?
> >>
> >> Regards,
> >> Tejas
> >>
> >>
> >> On Wed, Feb 26, 2014 at 2:55 PM, Sailaja Mada
> >> <sailaja.mada@citrix.com
> >> >wrote:
> >>
> >> > Hi,
> >> >
> >> > Error log seems to be same as the bug @
> >> > https://issues.apache.org/jira/browse/CLOUDSTACK-1403 - This got
> >> > fixed in
> >> > 4.1.0 .
> >> >
> >> > Thanks,
> >> > Sailaja.M
> >> >
> >> >
> >> > -----Original Message-----
> >> > From: Tejas Gadaria [mailto:refond.gmrt@gmail.com]
> >> > Sent: 26 February 2014 13:21
> >> > To: users@cloudstack.apache.org
> >> > Subject: Unable to deploy vm
> >> >
> >> > Hi,
> >> >
> >> > I am using CS 4.0.3 with vmware hypervisor.
> >> >
> >> > SSVM and CPVM is running both public and private IP are pinging
> >> > from management server.
> >> >
> >> > while trying to deploy vm from template, it.s giving ,
> >> >
> >> > 2014-02-26 12:50:18,182 ERROR [vmware.resource.VmwareResource]
> >> > (DirectAgent-418:10.129.150.22) Unable to find template base
> >> > snapshot, invalid template
> >> > 2014-02-26 12:50:18,182 ERROR [vmware.resource.VmwareResource]
> >> > (DirectAgent-418:10.129.150.22) CreateCommand failed due to Exception:
> >> > java.lang.Exception
> >> > Message: Unable to find template base snapshot, invalid template
> >> >
> >> > java.lang.Exception: Unable to find template base snapshot, invalid
> >> > template
> >> >     at
> >> >
> >> >
> >> com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareRes
> >> ource.java:3756)
> >> >     at
> >> >
> >> >
> >> com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(Vm
> >> wareResource.java:335)
> >> >     at
> >> >
> >> >
> >> com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttach
> >> e.java:191)
> >> >     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.ScheduledThreadPoolExecutor$ScheduledFutureTask.
> >> access$101(ScheduledThreadPoolExecutor.java:165)
> >> >     at
> >> >
> >> >
> >> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
> >> run(ScheduledThreadPoolExecutor.java:266)
> >> >     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)
> >> > 2014-02-26 12:50:18,183 DEBUG [agent.manager.DirectAgentAttache]
> >> > (DirectAgent-486:null) Seq 28-1947012159: Response Received:
> >> > 2014-02-26 12:50:18,183 DEBUG [agent.transport.Request]
> >> > (StatsCollector-1:null) Seq 28-1947012159: Received:  { Ans: , MgmtId:
> >> > 345051457089, via: 28, Ver: v1, Flags: 10, { GetHostStatsAnswer } }
> >> > 2014-02-26 12:50:18,183 DEBUG [agent.manager.DirectAgentAttache]
> >> > (DirectAgent-418:null) Seq 28-1947012160: Response Received:
> >> > 2014-02-26 12:50:18,183 DEBUG [agent.transport.Request]
> >> > (DirectAgent-418:null) Seq 28-1947012160: Processing:  { Ans: ,
> MgmtId:
> >> > 345051457089, via: 28, Ver: v1, Flags: 110,
> >> >
> >> >
> >>
> [{"storage.CreateAnswer":{"requestTemplateReload":false,"result":false,"details":"Exception:
> >> > java.lang.Exception\nMessage: java.lang.Exception: Unable to find
> >> > template base snapshot, invalid template\nStack: java.lang.Exception:
> >> > java.lang.Exception: Unable to find template base snapshot, invalid
> >> > template\n\tat
> >> > com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareR
> >> > eso
> >> > urce.java:3833)\n\tat
> >> >
> >> > com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(
> >> > Vmw
> >> > areResource.java:335)\n\tat
> >> >
> >> > com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAtta
> >> > che
> >> > .java:191)\n\tat
> >> >
> >> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:
> >> > 471
> >> > )\n\tat
> >> > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)\
> >> > n\t at
> >> > java.util.concurrent.FutureTask.run(FutureTask.java:166)\n\tat
> >> >
> >> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas
> >> > k.a ccess$101(ScheduledThreadPoolExecutor.java:165)\n\tat
> >> >
> >> > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas
> >> > k.r un(ScheduledThreadPoolExecutor.java:266)\n\tat
> >> >
> >> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecuto
> >> > r.j
> >> > ava:1110)\n\tat
> >> >
> >> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
> >> > java:603)\n\tat java.lang.Thread.run(Thread.java:679)\nCaused by:
> >> > java.lang.Exception:
> >> > Unable to find template base snapshot, invalid template\n\tat
> >> >
> >>
> com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareResource.java:3756)\n\t...
> >> > 10 more\n","wait":0}}] }
> >> > 2014-02-26 12:50:18,183 DEBUG [agent.manager.AgentAttache]
> >> > (DirectAgent-418:null) Seq 28-1947012160: No more commands found
> >> > 2014-02-26 12:50:18,183 DEBUG [agent.transport.Request]
> >> > (Job-Executor-5:job-97) Seq 28-1947012160: Received:  { Ans: , MgmtId:
> >> > 345051457089, via: 28, Ver: v1, Flags: 110, { CreateAnswer } }
> >> > 2014-02-26 12:50:18,183 DEBUG [cloud.storage.StorageManagerImpl]
> >> > (Job-Executor-5:job-97) Unable to create volume
> >> > Vol[628|vm=531|ROOT]
> >> > 2014-02-26 12:50:18,222 INFO  [cloud.vm.VirtualMachineManagerImpl]
> >> > (Job-Executor-5:job-97) Unable to contact resource.
> >> > com.cloud.exception.StorageUnavailableException: Resource
> >> > [StoragePool:206] is unreachable: Unable to create
> Vol[628|vm=531|ROOT]
> >> >     at
> >> >
> >> com.cloud.storage.StorageManagerImpl.prepare(StorageManagerImpl.java:
> >> 3361)
> >> >     at
> >> >
> >> >
> >> com.cloud.vm.VirtualMachineManagerImpl.advanceStart(VirtualMachineMan
> >> agerImpl.java:754)
> >> >     at
> >> >
> >> >
> >> com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImp
> >> l.java:472)
> >> >     at
> >> >
> >> >
> >> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.
> >> java:2929)
> >> >     at
> >> >
> >> >
> >> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.
> >> java:2601)
> >> >     at
> >> >
> >> >
> >> com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.
> >> java:2589)
> >> >     at
> >> >
> >> com.cloud.event.ActionEventCallback.intercept(ActionEventCallback.jav
> >> a:36)
> >> >     at
> com.cloud.api.commands.DeployVMCmd.execute(DeployVMCmd.java:330)
> >> >     at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:138)
> >> >     at
> >> >
> com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:432)
> >> >     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)
> >> > 2014-02-26 12:50:18,264 DEBUG [cloud.vm.VirtualMachineManagerImpl]
> >> > (Job-Executor-5:job-97) Cleaning up resources for the vm
> >> > VM[User|wintest0010] in Starting state
> >> > 2014-02-26 12:50:18,266 DEBUG [agent.transport.Request]
> >> > (Job-Executor-5:job-97) Seq 28-1947012162: Sending  { Cmd , MgmtId:
> >> > 345051457089, via: 28, Ver: v1, Flags: 100111,
> >> > [{"StopCommand":{"isProxy":false,"vmName":"i-2-531-VM","wait":0}}]
> >> > }
> >> >
> >> >
> >> > Regards,
> >> > Tejas
> >> >
> >>
> >
> >
>