You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Likitha Shetty (JIRA)" <ji...@apache.org> on 2014/01/31 09:16:10 UTC

[jira] [Resolved] (CLOUDSTACK-6002) [vCenter 5.5] restoreVM fails with ROOT-x-000001.vmdk not found

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-6002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Likitha Shetty resolved CLOUDSTACK-6002.
----------------------------------------

    Resolution: Fixed

Fixed in 4.3-forward branch.
Will resolve the bug once the fix has been cherry-picked into 4.3 by the release manager.

> [vCenter 5.5] restoreVM fails with ROOT-x-000001.vmdk not found
> ---------------------------------------------------------------
>
>                 Key: CLOUDSTACK-6002
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6002
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: VMware
>    Affects Versions: 4.3.0
>            Reporter: Likitha Shetty
>            Assignee: Likitha Shetty
>            Priority: Critical
>             Fix For: 4.3.0
>
>
> If restore VM is called on a Virtual Machinn in vCenter 5.5 environment, then after the ROOT disk of the VM is restored the following exception in thrown during VM start
> 2014-01-31 11:59:01,347 WARN  [c.c.h.v.r.VmwareResource] (DirectAgent-242:ctx-b2da436a 10.102.192.7) StartCommand failed due to Exception: java.lang.RuntimeException
> Message: File []/vmfs/volumes/bead2352-3ecf3cc5/i-2-11-VM/ROOT-11-000001.vmdk was not found
> java.lang.RuntimeException: File []/vmfs/volumes/bead2352-3ecf3cc5/i-2-11-VM/ROOT-11-000001.vmdk was not found
>         at com.cloud.hypervisor.vmware.util.VmwareClient.waitForTask(VmwareClient.java:336)
>         at com.cloud.hypervisor.vmware.mo.VirtualMachineMO.configureVm(VirtualMachineMO.java:912)
>         at com.cloud.hypervisor.vmware.resource.VmwareResource.execute(VmwareResource.java:2992)
>         at com.cloud.hypervisor.vmware.resource.VmwareResource.executeRequest(VmwareResource.java:525)
>         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$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:1146)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>         at java.lang.Thread.run(Thread.java:679)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)